diff --git a/src/View/Geometry/Window.py b/src/View/Geometry/Window.py index 4beffb58..19e84363 100644 --- a/src/View/Geometry/Window.py +++ b/src/View/Geometry/Window.py @@ -287,13 +287,14 @@ class GeometryWindow(PamhyrWindow): if self.sub_window_exists( ProfileWindow, - data=[None, None, profile] + data=[self._study, self._config, profile] ): continue win = ProfileWindow( profile=profile, study=self._study, + config=self._config, parent=self, ) self._profile_window.append(win)