diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 632afe8c..99236cc3 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -650,6 +650,7 @@ class PickDlg(QDialog): self.drawPicks() self.disconnectPressEvent() self.zoomAction.setEnabled(True) + self.pick_block = self.togglePickBlocker() self.selectPhase.setCurrentIndex(-1) self.setPlotLabels()