mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 13:01:48 +00:00
Fixed OSD Background Color (Closes Ticket 1474)
This commit is contained in:
3
footer.c
3
footer.c
@@ -8,9 +8,8 @@ cFooter::cFooter(cChannelGroups *channelGroups) {
|
||||
currentGroup = -1;
|
||||
buttonY = (geoManager.footerHeight - geoManager.buttonHeight)/2;
|
||||
SetButtonPositions();
|
||||
|
||||
footer = osdManager.requestPixmap(2, cRect( 0,
|
||||
geoManager.osdHeight - geoManager.footerHeight,
|
||||
geoManager.footerY,
|
||||
geoManager.osdWidth,
|
||||
geoManager.footerHeight),
|
||||
cRect::Null);
|
||||
|
Reference in New Issue
Block a user