Skip to content

Commit

Permalink
Merge pull request #3185 from SasView/3178-status-bar-message-does-no…
Browse files Browse the repository at this point in the history
…t-clear-on-gsc-exit-6.0.1

3178 status bar message does not clear on gsc exit - against 6.0.1
  • Loading branch information
krzywon authored Jan 15, 2025
2 parents 13ba493 + 930c98a commit 562f37c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sas/qtgui/Calculators/GenericScatteringCalculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,8 @@ def closeEvent(self, event):
Overwrite the close event and hide the window instead of closing it
"""
self.hideWindow()
# Clear the status bar
self.communicator.statusBarUpdateSignal.emit("")
event.ignore()

def update_file_name(self):
Expand Down

0 comments on commit 562f37c

Please sign in to comment.