Changeset ee18d33 in sasview for src/sas/qtgui/MainWindow/DataExplorer.py
- Timestamp:
- Aug 9, 2017 9:52:07 AM (7 years ago)
- 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:
- 38eb433
- Parents:
- 985ad94
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/DataExplorer.py
rb0c5e8c ree18d33 352 352 353 353 # Notify the GuiManager about the send request 354 self._perspective().setData(data_item=selected_items )354 self._perspective().setData(data_item=selected_items, is_batch=self.chkBatch.isChecked()) 355 355 356 356 def freezeTheory(self, event):
Note: See TracChangeset
for help on using the changeset viewer.