aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-20 11:27:15 -0500
committerJesús <heckyel@hyperbola.info>2019-12-20 11:27:15 -0500
commitc7f3697e686765a984587df6b49fb7cddc7ef2d3 (patch)
treeeb44882953e467ba4b0a00f64b23ac1e731050e1 /hypervideo_gui
parent2c65dbd9b079c7d9eb8d233f3b1d39181d9543c6 (diff)
downloadhypervideo-gui-c7f3697e686765a984587df6b49fb7cddc7ef2d3.tar.lz
hypervideo-gui-c7f3697e686765a984587df6b49fb7cddc7ef2d3.tar.xz
hypervideo-gui-c7f3697e686765a984587df6b49fb7cddc7ef2d3.zip
fix statusbar message disappears
Diffstat (limited to 'hypervideo_gui')
-rw-r--r--hypervideo_gui/main_ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py
index 2203298..0176fc5 100644
--- a/hypervideo_gui/main_ui.py
+++ b/hypervideo_gui/main_ui.py
@@ -280,7 +280,7 @@ class MainWindow(QMainWindow):
def show_message(self, message):
''' Show Message in StatuBar '''
- self.statusBar().showMessage(message, 0)
+ self.statusBar().showMessage(message, msecs=0)
def select_hyper_dl(self):
''' Select hypervideo executable '''