bugfix: displayed status message has not been updated properly
This commit is contained in:
parent
d4d464d400
commit
cb114dc696
@ -436,10 +436,8 @@ class MainWindow(QMainWindow):
|
||||
else:
|
||||
self.setWindowTitle(
|
||||
"PyLoT - seismic processing the python way[*]")
|
||||
self.setWindowTitle("PyLoT - seismic processing the python way[*]")
|
||||
self.setWindowModified(self.dirty)
|
||||
|
||||
self.statusBar().showMessage(message, 5000)
|
||||
|
||||
def printEvent(self):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user