Changeset 12acdcc in sasview for src


Ignore:
Timestamp:
Sep 28, 2018 1:00:20 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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:
8137a02
Parents:
93c813f
Message:

Disabled the orientation viewer SASVIEW-1132

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/GuiManager.py

    r8eea1b1 r12acdcc  
    431431        self._workspace.actionCombine_Batch_Fit.setEnabled(False) 
    432432        self._workspace.actionFit_Results.setEnabled(False) 
     433        # orientation viewer set to invisible SASVIEW-1132 
     434        self._workspace.actionOrientation_Viewer.setVisible(False) 
    433435 
    434436        # File 
Note: See TracChangeset for help on using the changeset viewer.