From a5c1f68f03d3cbb8e47594aa8ff3d6c49c23e1cf Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Thu, 2 Jul 2015 10:37:31 +0200 Subject: [PATCH] [bugfix] draw all picked phases not only the actually picked one --- pylot/core/util/widgets.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 95ca9613..27d4de4c 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -506,10 +506,9 @@ class PickDlg(QDialog): oepp=oepp, ompp=ompp, olpp=olpp) - self.getPlotWidget().plotWFData(wfdata=self.getWFData(), title=self.getStation()) - self.drawPicks(phase) + self.drawPicks() self.disconnectPressEvent() self.zoomAction.setEnabled(True) self.selectPhase.setCurrentIndex(-1)