Ignore:
Timestamp:
Feb 28, 2018 4:04:56 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:
91ad45c
Parents:
c3eb858
Message:

Fixed issue with unwanted headers

File:
1 edited

Legend:

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

    rd6b8a1d rfde5bcd  
    8484            editor.setValidator(validator) 
    8585            return editor 
    86         if index.column() in [self.param_property, self.param_error]: 
     86        if index.column() in [self.param_property, self.param_error, self.param_unit]: 
    8787            # Set some columns uneditable 
    8888            return None 
Note: See TracChangeset for help on using the changeset viewer.