Ignore:
File:
1 edited

Legend:

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

    r9863343 rf0bb711  
    384384        self._workspace.actionCombine_Batch_Fit.triggered.connect(self.actionCombine_Batch_Fit) 
    385385        self._workspace.actionFit_Options.triggered.connect(self.actionFit_Options) 
    386         self._workspace.actionGPU_Options.triggered.connect(self.actionGPU_Options) 
    387386        self._workspace.actionFit_Results.triggered.connect(self.actionFit_Results) 
    388387        self._workspace.actionChain_Fitting.triggered.connect(self.actionChain_Fitting) 
     
    621620        pass 
    622621 
    623     def actionGPU_Options(self): 
    624         """ 
    625         Load the OpenCL selection dialog if the fitting perspective is active 
    626         """ 
    627         if hasattr(self._current_perspective, "gpu_options_widget"): 
    628             self._current_perspective.gpu_options_widget.show() 
    629         pass 
    630  
    631622    def actionFit_Results(self): 
    632623        """ 
Note: See TracChangeset for help on using the changeset viewer.