imageinfo: remove doPaintBg(false), is not required

This commit is contained in:
2022-01-08 14:04:21 +01:00
parent cb59e66b41
commit e4b4398059

View File

@@ -228,7 +228,6 @@ void CImageInfo::ShowWindow()
footer->setButtonLabels(v_buttons, 0, footer->getWidth()/v_buttons.size());
btn_red = footer->getButtonLabel(0);
btn_red->doPaintBg(false);
btn_red->setButtonTextColor(COL_MENUFOOT_TEXT);
btn_red->setColBodyGradient(CC_COLGRAD_OFF);