Ignore:
Timestamp:
Sep 19, 2018 3: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/Inversion/InversionPerspective.py

    rd7adf97 r42d79fc  
    5555 
    5656        self._manager = parent 
     57        #Needed for Batch fitting 
    5758        self._parent = parent 
    5859        self.communicate = parent.communicator() 
     
    113114        # Set up the Widget Map 
    114115        self.setupMapper() 
     116 
     117        #Disable reporting results 
     118        self._parent._workspace.actionReport.setEnabled(False) 
    115119 
    116120        #Hidding calculate all buton 
Note: See TracChangeset for help on using the changeset viewer.