bugfix: displayed status message has not been updated properly

This commit is contained in:
Sebastian Wehling-Benatelli 2015-02-23 14:45:47 +01:00
parent d4d464d400
commit cb114dc696

View File

@ -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