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:
|
else:
|
||||||
self.setWindowTitle(
|
self.setWindowTitle(
|
||||||
"PyLoT - seismic processing the python way[*]")
|
"PyLoT - seismic processing the python way[*]")
|
||||||
self.setWindowTitle("PyLoT - seismic processing the python way[*]")
|
|
||||||
self.setWindowModified(self.dirty)
|
self.setWindowModified(self.dirty)
|
||||||
|
|
||||||
self.statusBar().showMessage(message, 5000)
|
|
||||||
|
|
||||||
def printEvent(self):
|
def printEvent(self):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user