Changeset b1e36a3 in sasview for src/sas/qtgui/GuiManager.py


Ignore:
Timestamp:
Mar 23, 2017 7:53:10 AM (7 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:
9934e48
Parents:
29eb947
Message:

FittingWidget? code review SASVIEW-561

File:
1 edited

Legend:

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

    r811bec1 rb1e36a3  
    180180        # Close the previous perspective 
    181181        if self._current_perspective: 
     182            self._current_perspective.setClosable() 
    182183            self._current_perspective.close() 
    183184        # Default perspective 
Note: See TracChangeset for help on using the changeset viewer.