[bugfix] obsolete plotting command causing the plot to appear differently than desired
This commit is contained in:
parent
c94c569fcb
commit
c1818622de
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user