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/FittingWidget.py

    rc3eb858 rfde5bcd  
    13201320 
    13211321        # switch off reponse to model change 
    1322         self._model_model.blockSignals(True) 
    13231322        self._model_model.insertColumn(2, error_column) 
    1324         self._model_model.blockSignals(False) 
    13251323        FittingUtilities.addErrorHeadersToModel(self._model_model) 
    13261324        # Adjust the table cells width. 
Note: See TracChangeset for help on using the changeset viewer.