Changeset 98485fe in sasview for src/sas/qtgui/Utilities


Ignore:
Timestamp:
Apr 17, 2018 7:42:12 AM (6 years ago)
Author:
krzywon
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:
ae34d30
Parents:
318b353e
Message:

Run the P(r) batch fits in order to prevent thread interference and other code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/GridPanel.py

    r318b353e r98485fe  
    349349        except webbrowser.Error as ex: 
    350350            logging.warning("Cannot display help. %s" % ex) 
     351 
     352    def closeEvent(self, event): 
     353        """Tell the parent window the window closed""" 
     354        self.parent.grid_window = None 
     355        event.accept() 
Note: See TracChangeset for help on using the changeset viewer.