Changeset 017b285 in sasview


Ignore:
Timestamp:
Apr 26, 2018 6:32:46 AM (6 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:
417c03f
Parents:
d4dac80
Message:

Re-enable the Apply button on checkbox change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/AddMultEditor.py

    r3b8cc00 r017b285  
    132132        """ 
    133133        self.canOverwriteName = self.chkOverwrite.isChecked() 
     134        # State changed -> allow Apply 
     135        self.buttonBox.button(QtWidgets.QDialogButtonBox.Apply).setEnabled(True) 
    134136 
    135137    def onNameCheck(self): 
Note: See TracChangeset for help on using the changeset viewer.