Ignore:
Timestamp:
Nov 14, 2017 4:04:41 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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
Message:

Fixes to the Invariant perspective

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/GuiManager.py

    rd6b8a1d r7c487846  
    194194        if self._current_perspective: 
    195195            self._current_perspective.setClosable() 
     196            #self._workspace.workspace.removeSubWindow(self._current_perspective) 
    196197            self._current_perspective.close() 
     198            self._workspace.workspace.removeSubWindow(self._current_perspective) 
    197199        # Default perspective 
    198200        self._current_perspective = Perspectives.PERSPECTIVES[str(perspective_name)](parent=self) 
Note: See TracChangeset for help on using the changeset viewer.