Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/SetGraphRange.py

    rd6b8a1d r33c0561  
    1717 
    1818        self.setupUi(self) 
     19        # disable the context help icon 
     20        self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint) 
     21 
    1922        assert(isinstance(x_range, tuple)) 
    2023        assert(isinstance(y_range, tuple)) 
Note: See TracChangeset for help on using the changeset viewer.