mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CFlashUpdate: remove superfluous paint of progress
This should fix remains on screen of progressbars after flashing or local updates.
This commit is contained in:
@@ -508,7 +508,7 @@ int CFlashUpdate::exec(CMenuTarget* parent, const std::string &actionKey)
|
|||||||
CVFD::getInstance()->setMode(CLCD::MODE_PROGRESSBAR2);
|
CVFD::getInstance()->setMode(CLCD::MODE_PROGRESSBAR2);
|
||||||
#endif // VFD_UPDATE
|
#endif // VFD_UPDATE
|
||||||
|
|
||||||
showGlobalStatus(19);
|
|
||||||
paint();
|
paint();
|
||||||
showGlobalStatus(20);
|
showGlobalStatus(20);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user