Skip to content

Commit

Permalink
disable WindowSystemMenuHint
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed Dec 13, 2023
1 parent f02c080 commit aff19dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sas/qtgui/Calculators/DataOperationUtilityPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def __init__(self, parent=None):
self.communicator = self.manager.communicator()
# disable the context help icon
# self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint)
self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowSystemMenuHint)

# To store input datafiles
self.filenames = None
Expand Down

0 comments on commit aff19dc

Please sign in to comment.