mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +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)
|
void CMsgBox::refreshFoot(void)
|
||||||
{
|
{
|
||||||
ccw_footer->paint(false);
|
ccw_footer->getButtonChainObject()->paint();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user