[bugfix] arrivals removed when filtering in 3comp window

This commit is contained in:
Marcel Paffrath 2019-04-05 10:21:00 +02:00
parent 912347beda
commit 7be10a22b4

View File

@ -2867,6 +2867,7 @@ class PickDlg(QDialog):
scaleToChannel=scale_channel)
self.setPlotLabels()
self.drawAllPicks()
self.drawArrivals()
self.draw()
def filterP(self):
@ -2946,7 +2947,6 @@ class PickDlg(QDialog):
phase = 'S'
filter = True
self.plotWFData(phase=phase, filter=filter)
self.drawArrivals()
def resetZoom(self):
ax = self.multicompfig.axes[0]