Changeset 7c487846 in sasview for src/sas/qtgui/Perspectives/Fitting/FittingPerspective.py
- Timestamp:
- Nov 14, 2017 6:04:41 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:
- fa81e94
- Parents:
- f1f3e6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingPerspective.py
r4992ff2 r7c487846 91 91 """ 92 92 # Invoke fit page events 93 for tab in self.tabs:94 tab.close()95 93 if self._allow_close: 96 94 # reset the closability flag 97 95 self.setClosable(value=False) 96 # Tell the MdiArea to close the container 97 self.parentWidget().close() 98 98 event.accept() 99 99 else:
Note: See TracChangeset
for help on using the changeset viewer.