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

Origin commit data
------------------
Branch: ni/coolstream
Commit: e3b52d9a2b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-07-08 (Sun, 08 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-07-08 21:06:12 +02:00
parent 6aa8376d17
commit 1ba0a5e0b9

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);