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)