*menu.cpp: refresh radius settings

Changed corner settings in osd setup
have no effect in unchanged menu widget instances.
This commit is contained in:
2012-08-01 21:44:04 +02:00
parent 06ee0c0c10
commit ec2c78537c

View File

@@ -1145,6 +1145,7 @@ void CMenuWidget::paintHint(int pos)
info_box->setYPos(ypos2);
info_box->setWidth(iwidth);
info_box->setColor(COL_MENUCONTENT_PLUS_6, COL_MENUCONTENTDARK_PLUS_0, COL_MENUCONTENTDARK_PLUS_0);
info_box->setCornerRadius(RADIUS_LARGE);
}
/* force full paint - menu-over i.e. option chooser with pulldown can overwrite */
info_box->paint(savescreen, true);