Ignore:
Timestamp:
Oct 25, 2017 7:58:46 AM (7 years ago)
Author:
krzywon
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
c31d41e7
Parents:
37be27f
Message:

Address issues outlined in SVCC-79.

File:
1 edited

Legend:

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

    ra6cd8d1 r9863343  
    623623    def actionGPU_Options(self): 
    624624        """ 
    625         """ 
    626         if getattr(self._current_perspective, "gpu_options_widget"): 
     625        Load the OpenCL selection dialog if the fitting perspective is active 
     626        """ 
     627        if hasattr(self._current_perspective, "gpu_options_widget"): 
    627628            self._current_perspective.gpu_options_widget.show() 
    628629        pass 
Note: See TracChangeset for help on using the changeset viewer.