diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index 77e6ace6..0ba2ad03 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -0e05-dirty +c6cd-dirty diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index c2f1d39a..29f0c676 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -1960,7 +1960,7 @@ class PickDlg(QDialog): self.setIniPickPS(gui_event, phase='P') def setIniPickS(self, gui_event): - self.setIniPickPS(gui_event, phase='P') + self.setIniPickPS(gui_event, phase='S') def setIniPickPS(self, gui_event, phase): phase = self.getPhaseID(phase)