Ignore:
Timestamp:
Apr 17, 2018 1:41:24 PM (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:
5a5e371
Parents:
98485fe
Message:

Dmax close events inform P(r) window, data removal removes batch results for that data set, and general code cleanup.

File:
1 edited

Legend:

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

    r98485fe rae34d30  
    352352    def closeEvent(self, event): 
    353353        """Tell the parent window the window closed""" 
    354         self.parent.grid_window = None 
     354        self.parent.batchResultsWindow = None 
    355355        event.accept() 
Note: See TracChangeset for help on using the changeset viewer.