From 1ba0a5e0b9ab11177aa73526c989f1a4e44ad4f1 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Sun, 8 Jul 2012 21:06:12 +0200 Subject: [PATCH] menue.cpp:-fix OSD clear in hint+angular mode Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e3b52d9a2b915f1fd9b9f5c1c6ab570e73f4656a Author: Jacek Jendrzej Date: 2012-07-08 (Sun, 08 Jul 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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);