From e3b52d9a2b915f1fd9b9f5c1c6ab570e73f4656a Mon Sep 17 00:00:00 2001 From: satbaby Date: Sun, 8 Jul 2012 21:06:12 +0200 Subject: [PATCH] menue.cpp:-fix OSD clear in hint+angular mode --- src/gui/widget/menue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widget/menue.cpp b/src/gui/widget/menue.cpp index 3fa88415f..b29de6481 100644 --- a/src/gui/widget/menue.cpp +++ b/src/gui/widget/menue.cpp @@ -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);