CFlashUpdate: remove superfluous paint of progress

This should fix remains on screen of progressbars after
flashing or local updates.
This commit is contained in:
2016-01-03 16:48:03 +01:00
parent 0e68d504c9
commit ab29b2fa43

View File

@@ -508,7 +508,7 @@ int CFlashUpdate::exec(CMenuTarget* parent, const std::string &actionKey)
CVFD::getInstance()->setMode(CLCD::MODE_PROGRESSBAR2);
#endif // VFD_UPDATE
showGlobalStatus(19);
paint();
showGlobalStatus(20);