[bugfix] obsolete plotting command causing the plot to appear differently than desired

This commit is contained in:
Sebastian Wehling-Benatelli 2015-06-23 13:09:03 +02:00
parent c94c569fcb
commit c1818622de

View File

@ -326,9 +326,6 @@ class PickDlg(QDialog):
self.cidmotion = self.connectMotionEvent(self.panMotion) self.cidmotion = self.connectMotionEvent(self.panMotion)
self.cidrelease = self.connectReleaseEvent(self.panRelease) self.cidrelease = self.connectReleaseEvent(self.panRelease)
self.cidscroll = self.connectScrollEvent(self.scrollZoom) self.cidscroll = self.connectScrollEvent(self.scrollZoom)
self.getPlotWidget().plotWFData(wfdata=self.getWFData(),
title=self.getStation())
self.drawPicks()
def getComponents(self): def getComponents(self):
return self.components return self.components