CMsgBox: add missing disableTimeOutBar()

addendum to
CHintBox: move showTimeOutBar() to protected, add params to enableTimeOutBar()
This commit is contained in:
2016-10-26 07:46:41 +02:00
parent be5ab3ab57
commit 3a6f9e5ffa

View File

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