From b282d0a75c2ad0b5ca0850c55753c15fd8d2d4cd Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 26 Oct 2016 07:46:41 +0200 Subject: [PATCH] CMsgBox: add missing disableTimeOutBar() addendum to CHintBox: move showTimeOutBar() to protected, add params to enableTimeOutBar() Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/3a6f9e5ffa69171fc7afa70e7452df220016d51e Author: Thilo Graf Date: 2016-10-26 (Wed, 26 Oct 2016) ------------------ This commit was generated by Migit --- src/gui/widget/msgbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/widget/msgbox.cpp b/src/gui/widget/msgbox.cpp index 0c08d924c..7ed4f207c 100644 --- a/src/gui/widget/msgbox.cpp +++ b/src/gui/widget/msgbox.cpp @@ -304,6 +304,7 @@ int CMsgBox::exec() } } + disableTimeOutBar(); return res; }