Changeset 4bf58293 in sasview for src/sas/qtgui/MainWindow
- Timestamp:
- Aug 15, 2018 6:21:39 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:
- c0de493
- Parents:
- 3933ee9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/DataExplorer.py
recfe6b6 r4bf58293 1254 1254 #if current_tab_name in self.theory_model.item(current_index).text(): 1255 1255 if current_tab_name == self.theory_model.item(current_index).text(): 1256 return1257 1256 self.theory_model.removeRow(current_index) 1258 1257 break
Note: See TracChangeset
for help on using the changeset viewer.