diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 2ef1f781..cbda9d37 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -320,6 +320,7 @@ class PickDlg(QDialog): self.disconnectMotionEvent() self.disconnectPressEvent() self.cidpress = self.connectPressEvent(self.setIniPick) + self.filterWFData(phase) else: self.disconnectPressEvent() self.cidpress = self.connectPressEvent(self.panPress)