menue.cpp:-fix OSD clear in hint+angular mode

This commit is contained in:
satbaby
2012-07-08 21:06:12 +02:00
parent d81a9229b1
commit e3b52d9a2b

View File

@@ -1069,7 +1069,7 @@ void CMenuWidget::paintHint(int pos)
if (hint_painted) {
/* clear line box */
frameBuffer->paintBackgroundBoxRel(xpos, y, ConnectLineBox_Width, height+hint_height+rad);
frameBuffer->paintBackgroundBoxRel(xpos, y+SHADOW_OFFSET, ConnectLineBox_Width, height+hint_height+rad);
/* clear info box */
frameBuffer->paintBackgroundBoxRel(x, ypos2, iwidth, hint_height);