Changeset 3ab2105 in sasview


Ignore:
Timestamp:
Oct 4, 2018 8:05:03 AM (5 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:
a4b9b7a
Parents:
658795d
Message:

Disable the Calculate/Plot? button while the calculation is running.
SASVIEW-1153

File:
1 edited

Legend:

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

    r658795d r3ab2105  
    31923192        self.cbCategory.setEnabled(enabled) 
    31933193        self.cbModel.setEnabled(enabled) 
    3194         self.cbStructureFactor.setEnabled(enabled) 
     3194        self.cmdPlot.setEnabled(enabled) 
    31953195 
    31963196    def enableInteractiveElements(self): 
Note: See TracChangeset for help on using the changeset viewer.