From cb114dc696bfdba9ad818d7866e686777a1fd966 Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Mon, 23 Feb 2015 14:45:47 +0100 Subject: [PATCH] bugfix: displayed status message has not been updated properly --- QtPyLoT.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/QtPyLoT.py b/QtPyLoT.py index da3bbaa9..a7388d67 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -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