Ignore:
Timestamp:
Sep 19, 2018 5:33:10 AM (6 years ago)
Author:
wojciech
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:
ccd2b87
Parents:
d7adf97
Message:

Disabling reporting for perspectives other than fitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py

    r9ce69ec r42d79fc  
    112112        # Let's choose the Standard Item Model. 
    113113        self.model = QtGui.QStandardItemModel(self) 
     114 
     115        #Disable reporting results 
     116        self.parent._workspace.actionReport.setEnabled(False) 
    114117 
    115118        # Connect buttons to slots. 
Note: See TracChangeset for help on using the changeset viewer.