Changeset cb4d219 in sasview for src/sas/qtgui/MainWindow


Ignore:
Timestamp:
Nov 24, 2017 2:13:11 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:
8f83719f
Parents:
c6fb57c
Message:

Minor layout changes to corfunc. Transformed plots now in Data Explorer. SASVIEW-608

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/DataExplorer.py

    rc6fb57c rcb4d219  
    10231023            row_index = proxy.mapToSource(index) 
    10241024            item_to_delete = model.itemFromIndex(row_index) 
    1025             if item_to_delete.isCheckable(): 
     1025            if item_to_delete and item_to_delete.isCheckable(): 
    10261026                row = row_index.row() 
    10271027                if item_to_delete.parent(): 
Note: See TracChangeset for help on using the changeset viewer.