CMsgBox: fix paint of footer buttons

Only paint of button container is required.
This commit is contained in:
2017-05-21 18:00:21 +02:00
parent 8c29b8e68f
commit 37387a3e69

View File

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