CMsgBox: fix paint of footer buttons

Only paint of button container is required.


Origin commit data
------------------
Commit: 37387a3e69
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-05-21 (Sun, 21 May 2017)
This commit is contained in:
2017-05-21 18:00:21 +02:00
parent 1fff9dbad3
commit 9729665f49

View File

@@ -335,7 +335,7 @@ int CMsgBox::exec()
void CMsgBox::refreshFoot(void)
{
ccw_footer->paint(false);
ccw_footer->getButtonChainObject()->paint();
}