Changeset 917eba5 in sasview
- Timestamp:
- Apr 19, 2018 10:37:16 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:
- 044454d
- Parents:
- 5a5e371
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py
r5a5e371 r917eba5 124 124 assert isinstance(value, bool) 125 125 self._allowClose = value 126 127 def isClosable(self): 128 """ 129 Allow outsiders close this widget 130 """ 131 return self._allowClose 126 132 127 133 def closeEvent(self, event):
Note: See TracChangeset
for help on using the changeset viewer.