Ignore:
Timestamp:
Mar 27, 2019 9:52:28 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl
Children:
770c42c
Parents:
dc3b34e
Message:

Fixed bug for when subsequent C&S jobs would fail.
Modified constraint display to correspond better to the control state.

File:
1 edited

Legend:

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

    r14e1ff0 r460bdf4  
    470470        self.cmdFit.setStyleSheet('QPushButton {color: black;}') 
    471471        self.cmdFit.setText("Fit") 
     472        self.is_running = False 
    472473 
    473474        # Notify the parent about completed fitting 
     
    515516        self.cmdFit.setStyleSheet('QPushButton {color: black;}') 
    516517        self.cmdFit.setText("Fit") 
     518        self.is_running = False 
    517519 
    518520        # Notify the parent about completed fitting 
     
    549551        self.cmdFit.setStyleSheet('QPushButton {color: black;}') 
    550552        self.cmdFit.setText("Fit") 
     553        self.is_running = False 
    551554 
    552555        # Notify the parent about completed fitting 
Note: See TracChangeset for help on using the changeset viewer.