From 86906ae217eae0362757a8afcfb3f5573cab11a5 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Thu, 15 Mar 2007 20:50:20 +0000 Subject: [PATCH] Current time bar on EPG --- vepg.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vepg.cc b/vepg.cc index c2db8fe..85a30aa 100644 --- a/vepg.cc +++ b/vepg.cc @@ -272,7 +272,7 @@ void VEpg::drawData() chanListbox.getOffsetX(), chanListbox.getOffsetY() - Surface::getFontHeight() - 3, 155 + WINDOW_WIDTH * MINUTE_SCALE, - chanListbox.getHeight() + Surface::getFontHeight() + 3, + chanListbox.getHeight() + Surface::getFontHeight() + 4, Colour::BLACK); chanListbox.draw(); -- 2.39.2