diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index 34b0263b..c687e0f2 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -8dab-dirty +39f92-dirty diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 8a2c6c32..21e48650 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -3087,7 +3087,7 @@ class TuneAutopicker(QWidget): def plot_manual_picks_to_figs(self): picks = self.get_current_event_picks(self.get_current_station()) - if not picks: + if not picks or not 'P' in picks or not 'S' in picks: return for plotitem in self._manual_pick_plots: self.clear_plotitem(plotitem)