Fixed OSD Background Color (Closes Ticket 1474)

This commit is contained in:
louis
2013-12-27 16:31:49 +01:00
parent 53fa2c70ca
commit c5af8c8017
12 changed files with 49 additions and 48 deletions

View File

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