Changeset 4bf58293 in sasview for src


Ignore:
Timestamp:
Aug 15, 2018 4:21:39 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
c0de493
Parents:
3933ee9
Message:

fix theory items not being updated

File:
1 edited

Legend:

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

    recfe6b6 r4bf58293  
    12541254            #if current_tab_name in self.theory_model.item(current_index).text(): 
    12551255            if current_tab_name == self.theory_model.item(current_index).text(): 
    1256                 return 
    12571256                self.theory_model.removeRow(current_index) 
    12581257                break 
Note: See TracChangeset for help on using the changeset viewer.