mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user