Changeset 7c487846 in sasview for src/sas/qtgui/MainWindow
- Timestamp:
- Nov 14, 2017 6:04:41 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- fa81e94
- Parents:
- f1f3e6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/GuiManager.py
rd6b8a1d r7c487846 194 194 if self._current_perspective: 195 195 self._current_perspective.setClosable() 196 #self._workspace.workspace.removeSubWindow(self._current_perspective) 196 197 self._current_perspective.close() 198 self._workspace.workspace.removeSubWindow(self._current_perspective) 197 199 # Default perspective 198 200 self._current_perspective = Perspectives.PERSPECTIVES[str(perspective_name)](parent=self)
Note: See TracChangeset
for help on using the changeset viewer.