diff options
Diffstat (limited to 'footer.c')
-rw-r--r-- | footer.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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);
|