Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/GPUOptions.py

    r133812c7 r33c0561  
    4545        self.parent = parent 
    4646        self.setupUi(self) 
     47        # disable the context help icon 
     48        self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint) 
    4749        self.addOpenCLOptions() 
    4850        self.createLinks() 
Note: See TracChangeset for help on using the changeset viewer.