Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Calculators/GenericScatteringCalculator.py

    r8c85ac1 r33c0561  
    3838        super(GenericScatteringCalculator, self).__init__() 
    3939        self.setupUi(self) 
     40        # disable the context help icon 
     41        self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint) 
     42 
    4043        self.manager = parent 
    4144        self.communicator = self.manager.communicator() 
Note: See TracChangeset for help on using the changeset viewer.