From: Chris Tallon Date: Thu, 15 Mar 2007 20:50:20 +0000 (+0000) Subject: Current time bar on EPG X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=86906ae217eae0362757a8afcfb3f5573cab11a5;p=vompclient-marten.git Current time bar on EPG --- 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();