mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
menue.cpp:-fix OSD clear in hint+angular mode
This commit is contained in:
@@ -1069,7 +1069,7 @@ void CMenuWidget::paintHint(int pos)
|
|||||||
|
|
||||||
if (hint_painted) {
|
if (hint_painted) {
|
||||||
/* clear line box */
|
/* 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 */
|
/* clear info box */
|
||||||
frameBuffer->paintBackgroundBoxRel(x, ypos2, iwidth, hint_height);
|
frameBuffer->paintBackgroundBoxRel(x, ypos2, iwidth, hint_height);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user