[bugfix] arrivals removed when filtering in 3comp window
This commit is contained in:
@@ -2867,6 +2867,7 @@ class PickDlg(QDialog):
|
|||||||
scaleToChannel=scale_channel)
|
scaleToChannel=scale_channel)
|
||||||
self.setPlotLabels()
|
self.setPlotLabels()
|
||||||
self.drawAllPicks()
|
self.drawAllPicks()
|
||||||
|
self.drawArrivals()
|
||||||
self.draw()
|
self.draw()
|
||||||
|
|
||||||
def filterP(self):
|
def filterP(self):
|
||||||
@@ -2946,7 +2947,6 @@ class PickDlg(QDialog):
|
|||||||
phase = 'S'
|
phase = 'S'
|
||||||
filter = True
|
filter = True
|
||||||
self.plotWFData(phase=phase, filter=filter)
|
self.plotWFData(phase=phase, filter=filter)
|
||||||
self.drawArrivals()
|
|
||||||
|
|
||||||
def resetZoom(self):
|
def resetZoom(self):
|
||||||
ax = self.multicompfig.axes[0]
|
ax = self.multicompfig.axes[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user