menue.cpp:-fix OSD on corners switch (-fix hint mode)

This commit is contained in:
satbaby
2012-07-08 20:15:20 +02:00
parent c0087745fb
commit d81a9229b1

View File

@@ -874,7 +874,7 @@ void CMenuWidget::paint()
if(g_settings.rounded_corners != corners){ if(g_settings.rounded_corners != corners){
corners = g_settings.rounded_corners; corners = g_settings.rounded_corners;
if(!g_settings.rounded_corners){ if(!g_settings.rounded_corners){
frameBuffer->paintBackgroundBoxRel(x, y+full_height, full_width, CORNER_RADIUS_LARGE-2+SHADOW_OFFSET); frameBuffer->paintBackgroundBoxRel(x, y+full_height-hint_height, full_width, CORNER_RADIUS_LARGE-2+SHADOW_OFFSET);
} }
} }