Changeset eb1a386 in sasview for src/sas/qtgui/Perspectives/Fitting


Ignore:
Timestamp:
Jan 24, 2018 1:52:41 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:
116dd4c1
Parents:
0764593
Message:

Fixed text add functionality on plots - SASVIEW-859

File:
1 edited

Legend:

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

    r0764593 reb1a386  
    142142        is_good_moniker = self.validateMoniker(new_moniker) 
    143143        if not is_good_moniker: 
     144            self.tblTabList.blockSignals(True) 
    144145            item.setBackground(QtCore.Qt.red) 
     146            self.tblTabList.blockSignals(False) 
    145147            self.cmdFit.setEnabled(False) 
    146148            return 
Note: See TracChangeset for help on using the changeset viewer.