mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CMsgBox: fix paint of footer buttons
Only paint of button container is required.
This commit is contained in:
@@ -335,7 +335,7 @@ int CMsgBox::exec()
|
||||
|
||||
void CMsgBox::refreshFoot(void)
|
||||
{
|
||||
ccw_footer->paint(false);
|
||||
ccw_footer->getButtonChainObject()->paint();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user