Ignore:
Timestamp:
May 18, 2017 5:54:29 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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
Message:

Code review comments for SASVIEW-586

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    rdc5ef15 r6066a3f  
    422422            model = None 
    423423        self.SASModelToQModel(model, structure_factor=structure) 
     424        # Update state stack 
     425        self.updateUndo() 
    424426 
    425427    def onSelectCategory(self): 
     
    13251327        """ 
    13261328        self.page_stack.append(new_page) 
    1327         pass 
    13281329 
    13291330    def popFitPage(self): 
     
    13331334        if self.page_stack: 
    13341335            self.page_stack.pop() 
    1335         pass 
    1336  
     1336 
Note: See TracChangeset for help on using the changeset viewer.