CMsgBox: add missing disableTimeOutBar()

addendum to
CHintBox: move showTimeOutBar() to protected, add params to enableTimeOutBar()


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3a6f9e5ffa
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-26 (Wed, 26 Oct 2016)



------------------
This commit was generated by Migit
This commit is contained in:
2016-10-26 07:46:41 +02:00
parent d938a4e3e9
commit b282d0a75c

View File

@@ -304,6 +304,7 @@ int CMsgBox::exec()
} }
} }
disableTimeOutBar();
return res; return res;
} }