Changeset ae34d30 in sasview for src/sas/qtgui/Utilities/GridPanel.py
- Timestamp:
- Apr 17, 2018 1:41:24 PM (7 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/GridPanel.py
r98485fe rae34d30 352 352 def closeEvent(self, event): 353 353 """Tell the parent window the window closed""" 354 self.parent. grid_window = None354 self.parent.batchResultsWindow = None 355 355 event.accept()
Note: See TracChangeset
for help on using the changeset viewer.