Ignore:
Timestamp:
Nov 14, 2017 6: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/Perspectives/Fitting/FittingPerspective.py

    r4992ff2 r7c487846  
    9191        """ 
    9292        # Invoke fit page events 
    93         for tab in self.tabs: 
    94             tab.close() 
    9593        if self._allow_close: 
    9694            # reset the closability flag 
    9795            self.setClosable(value=False) 
     96            # Tell the MdiArea to close the container 
     97            self.parentWidget().close() 
    9898            event.accept() 
    9999        else: 
Note: See TracChangeset for help on using the changeset viewer.