Changeset 685e0e3 in sasview for src/sas/qtgui/Utilities/GuiUtils.py
- Timestamp:
- Aug 10, 2018 8:41:49 AM (6 years ago)
- 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:
- c7f259d
- Parents:
- a2cc8b97
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/GuiUtils.py
r3d18691 r685e0e3 427 427 for index in range(model_item.rowCount()): 428 428 item = model_item.item(index) 429 if str(item.text()) == filename:429 if filename in str(item.text()): 430 430 # TODO: assure item type is correct (either data1/2D or Plotter) 431 431 plot_data[item] = item.child(0).data()
Note: See TracChangeset
for help on using the changeset viewer.