summaryrefslogtreecommitdiff
path: root/footer.c
diff options
context:
space:
mode:
Diffstat (limited to 'footer.c')
-rw-r--r--footer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/footer.c b/footer.c
index 8d1d03e..2014905 100644
--- a/footer.c
+++ b/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);