Ignore:
Timestamp:
Sep 25, 2018 8:35:34 AM (6 years ago)
Author:
Laura Forster <Awork@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
fa762f4, 20f4857
Parents:
085409e3 (diff), 65e76ed (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'ESS_GUI' of https://github.com/SasView/sasview into ESS_GUI

File:
1 edited

Legend:

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

    r085409e3 r9b9ec10  
    307307            page_name = "Page%s"%tab_object.tab_id 
    308308            if any([page_name in tab for tab in tabs_for_fitting]): 
    309                 tab_object.setFittingStarted() 
     309                tab_object.disableInteractiveElements() 
    310310 
    311311        pass 
     
    324324            page_name = "Page%s"%tab_object.tab_id 
    325325            if any([page_name in tab for tab in tabs_for_fitting]): 
    326                 tab_object.setFittingStopped() 
     326                tab_object.enableInteractiveElements() 
    327327 
    328328        pass 
Note: See TracChangeset for help on using the changeset viewer.