Ignore:
Timestamp:
Apr 28, 2017 7:26:55 AM (8 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:
28a09b0
Parents:
0215e0a
Message:

Minor UI resizing.
Refactored ObjectFactory?

File:
1 edited

Legend:

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

    r180bd54 r61a92d4  
    141141        #print "MODEL CHANGED for property: %s. The value is now: %s" % \ 
    142142        #    (MODEL[top.row()], str(self.model.item(top.row()).text())) 
     143 
    143144        # update if there's something to update 
    144         if str(self.model.item(top.row()).text()): #and 'RANGE' in MODEL[top.row()]: 
     145        if str(self.model.item(top.row()).text()): 
    145146            self.plot_signal.emit() 
    146147 
Note: See TracChangeset for help on using the changeset viewer.