diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index d95f4865..b775f1a3 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -78d5e-dirty +0ebc-dirty diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 05c2d1e1..16ead10a 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -2759,7 +2759,7 @@ class TuneAutopicker(QWidget): metadata = self.parent().metadata event = self.get_current_event() filteroptions = self.parent().filteroptions - self.pickDlg = PickDlg(self, data=data.select(station=station), + self.pickDlg = PickDlg(self.parent(), data=data.select(station=station), station=station, parameter=self.parameter, picks=self.get_current_event_picks(station), autopicks=self.get_current_event_autopicks(station),