Changeset 6040cd7 in sasview for src/sas/qtgui/MainWindow
- Timestamp:
- Oct 18, 2018 3:08:33 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 9a42ea1
- Parents:
- dd545d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/GuiManager.py
refaf022 r6040cd7 444 444 """ 445 445 # disable not yet fully implemented actions 446 self._workspace.actionOpen_Analysis.setVisible(False)446 #self._workspace.actionOpen_Analysis.setVisible(False) 447 447 self._workspace.actionUndo.setVisible(False) 448 448 self._workspace.actionRedo.setVisible(False)
Note: See TracChangeset
for help on using the changeset viewer.