Ignore:
Timestamp:
Jan 23, 2018 2:20:45 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:
eb1a386
Parents:
ba01ad1
Message:

Minor fixes to the complex constraint widget

File:
1 edited

Legend:

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

    rba01ad1 r0764593  
    141141        # but let's just assure it post-factum 
    142142        is_good_moniker = self.validateMoniker(new_moniker) 
    143         is_good_moniker = True 
    144143        if not is_good_moniker: 
    145144            item.setBackground(QtCore.Qt.red) 
     
    163162        # Replace constraint name 
    164163        temp_tab.replaceConstraintName(self.current_cell, new_moniker) 
     164        # Replace constraint name in the remaining tabs 
     165        for tab in self.available_tabs.values(): 
     166            tab.replaceConstraintName(self.current_cell, new_moniker) 
    165167        # Reinitialize the display 
    166168        self.initializeFitList() 
Note: See TracChangeset for help on using the changeset viewer.