Ignore:
Timestamp:
Aug 25, 2017 8:37:30 AM (7 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:
4d1eff2
Parents:
b2a5042
git-author:
Piotr Rozyczko <rozyczko@…> (08/25/17 08:31:37)
git-committer:
Piotr Rozyczko <rozyczko@…> (08/25/17 08:37:30)
Message:

Fixed a crash when the file open dialog would lose reference to the underlying listview cell on cell losing focus SASVIEW-625

File:
1 edited

Legend:

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

    r689222c re43fc91  
    159159    model.setHeaderData(5, QtCore.Qt.Horizontal, QtCore.QVariant("Nsigs")) 
    160160    model.setHeaderData(6, QtCore.Qt.Horizontal, QtCore.QVariant("Function")) 
     161    model.setHeaderData(7, QtCore.Qt.Horizontal, QtCore.QVariant("Filename")) 
    161162 
    162163def addErrorPolyHeadersToModel(model): 
     
    172173    model.setHeaderData(6, QtCore.Qt.Horizontal, QtCore.QVariant("Nsigs")) 
    173174    model.setHeaderData(7, QtCore.Qt.Horizontal, QtCore.QVariant("Function")) 
     175    model.setHeaderData(8, QtCore.Qt.Horizontal, QtCore.QVariant("Filename")) 
    174176 
    175177def addShellsToModel(parameters, model, index): 
Note: See TracChangeset for help on using the changeset viewer.