Changeset 6066a3f in sasview for src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
- Timestamp:
- May 18, 2017 5:54:29 AM (8 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:
- fd1ae6d1
- Parents:
- dc5ef15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
rdc5ef15 r6066a3f 422 422 model = None 423 423 self.SASModelToQModel(model, structure_factor=structure) 424 # Update state stack 425 self.updateUndo() 424 426 425 427 def onSelectCategory(self): … … 1325 1327 """ 1326 1328 self.page_stack.append(new_page) 1327 pass1328 1329 1329 1330 def popFitPage(self): … … 1333 1334 if self.page_stack: 1334 1335 self.page_stack.pop() 1335 pass 1336 1336
Note: See TracChangeset
for help on using the changeset viewer.