mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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