Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/AddMultEditor.py

    r287d356 r33c0561  
    5656 
    5757        self.setupUi(self) 
     58        # disable the context help icon 
     59        self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint) 
    5860 
    5961        #  uncheck self.chkOverwrite 
Note: See TracChangeset for help on using the changeset viewer.