From 1b71ff63e9ce42be62982a23b63508f1f8d9b254 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 ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/3a6f9e5ffa69171fc7afa70e7452df220016d51e Author: Thilo Graf Date: 2016-10-26 (Wed, 26 Oct 2016) --- 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; }