Changeset b1626bea in sasview for src/sas/qtgui/MainWindow/GuiManager.py
- Timestamp:
- Dec 11, 2018 9:01:19 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
- Children:
- 4cdfa17
- Parents:
- 54398d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/GuiManager.py
r99f8760 rb1626bea 255 255 if self._current_perspective: 256 256 self._current_perspective.setClosable() 257 self._workspace.workspace.removeSubWindow(self.subwindow) 257 258 self._current_perspective.close() 258 self._workspace.workspace.removeSubWindow(self._current_perspective)259 259 # Default perspective 260 260 self._current_perspective = Perspectives.PERSPECTIVES[str(perspective_name)](parent=self) … … 262 262 self.setupPerspectiveMenubarOptions(self._current_perspective) 263 263 264 s ubwindow = self._workspace.workspace.addSubWindow(self._current_perspective)264 self.subwindow = self._workspace.workspace.addSubWindow(self._current_perspective) 265 265 266 266 # Resize to the workspace height
Note: See TracChangeset
for help on using the changeset viewer.