Changeset 469b4622 in sasview for src/sas/qtgui/DataExplorer.py
- Timestamp:
- Nov 7, 2016 5:50:04 AM (8 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:
- 49e124c
- Parents:
- ca8b853
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/DataExplorer.py
rca8b853 r469b4622 311 311 return 312 312 313 # Dig up the item314 data = selected_items315 316 313 # TODO 317 314 # New plot or appended? 318 315 319 316 # Notify the GuiManager about the send request 320 self._perspective.setData(data_item= data)317 self._perspective.setData(data_item=selected_items) 321 318 322 319 def freezeTheory(self, event):
Note: See TracChangeset
for help on using the changeset viewer.