Ignore:
File:
1 edited

Legend:

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

    r42787fb r33c0561  
    2626        self.manager = parent 
    2727        self.communicator = self.manager.communicator() 
     28        # disable the context help icon 
     29        self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint) 
    2830 
    2931        # To store input datafiles 
Note: See TracChangeset for help on using the changeset viewer.