CMsgBox: fix paint of footer buttons

Only paint of button container is required.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 37387a3e69
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-05-21 (Sun, 21 May 2017)



------------------
This commit was generated by Migit
This commit is contained in:
2017-05-21 18:00:21 +02:00
parent e410e07c0c
commit 5f3926af4e

View File

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