Changeset 98485fe in sasview for src/sas/qtgui/Utilities
- Timestamp:
- Apr 17, 2018 9:42:12 AM (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:
- ae34d30
- Parents:
- 318b353e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/GridPanel.py
r318b353e r98485fe 349 349 except webbrowser.Error as ex: 350 350 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.