Ignore:
File:
1 edited

Legend:

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

    r8873ab7 r33c0561  
    4141        super(FittingOptions, self).__init__(parent) 
    4242        self.setupUi(self) 
     43        # disable the context help icon 
     44        self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint) 
    4345 
    4446        self.config = config 
Note: See TracChangeset for help on using the changeset viewer.