Skip to content

Commit

Permalink
try again, this time for the density calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed Dec 15, 2023
1 parent aff19dc commit 965fac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sas/qtgui/Calculators/DataOperationUtilityPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +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)
# self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowSystemMenuHint)

# To store input datafiles
self.filenames = None
Expand Down
2 changes: 1 addition & 1 deletion src/sas/qtgui/Calculators/DensityPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(self, parent=None):
self.manager = parent
self.setupUi()
# disable the context help icon
self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint)
# self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint)

self.setupModel()
self.setupMapper()
Expand Down

0 comments on commit 965fac1

Please sign in to comment.