epgview: don't paint out-of-bounds background box

This commit is contained in:
Stefan Seyfried
2012-11-03 21:33:21 +01:00
parent 84609f22ab
commit a918f64bcf

View File

@@ -867,7 +867,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
case CRCInput::RC_info: case CRCInput::RC_info:
case CRCInput::RC_help: case CRCInput::RC_help:
bigFonts = bigFonts ? false : true; bigFonts = bigFonts ? false : true;
frameBuffer->paintBackgroundBox (sx, sy- toph, sx+ ox, sy+ oy); frameBuffer->paintBackgroundBoxRel(sx, sy, ox, oy);
showTimerEventBar (false); showTimerEventBar (false);
start(); start();
// textypos = sy; // textypos = sy;