From 4409a9c3ce718d3bfad40e38af613efc39613f97 Mon Sep 17 00:00:00 2001 From: Sebastianw Wehling-Benatelli Date: Tue, 29 Mar 2016 12:09:26 +0200 Subject: [PATCH] [fixes #179] plotting of picks preserved after filtering --- QtPyLoT.py | 1 + 1 file changed, 1 insertion(+) diff --git a/QtPyLoT.py b/QtPyLoT.py index 0df9666a..041e7c5c 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -581,6 +581,7 @@ class MainWindow(QMainWindow): else: self.getData().resetWFData() self.plotWaveformData() + self.drawPicks() def adjustFilterOptions(self): fstring = "Filter Options ({0})".format(self.getSeismicPhase())