Ignore:
Timestamp:
Sep 25, 2018 3:54:04 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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:
6f6e8e4
Parents:
91f4884
git-author:
Piotr Rozyczko <piotr.rozyczko@…> (09/25/18 03:51:38)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (09/25/18 03:54:04)
Message:

Replace method names for C&S fit calls. SASVIEW-1159

File:
1 edited

Legend:

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

    rdee9e5f r9d130f3  
    298298            page_name = "Page%s"%tab_object.tab_id 
    299299            if any([page_name in tab for tab in tabs_for_fitting]): 
    300                 tab_object.setFittingStarted() 
     300                tab_object.disableInteractiveElements() 
    301301 
    302302        pass 
     
    315315            page_name = "Page%s"%tab_object.tab_id 
    316316            if any([page_name in tab for tab in tabs_for_fitting]): 
    317                 tab_object.setFittingStopped() 
     317                tab_object.enableInteractiveElements() 
    318318 
    319319        pass 
Note: See TracChangeset for help on using the changeset viewer.