channellist.cpp: -fix clear background

Origin commit data
------------------
Commit: ec7ed403a1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-08-19 (Sun, 19 Aug 2012)
This commit is contained in:
Jacek Jendrzej
2012-08-19 19:54:55 +02:00
parent be3f1ba7ca
commit 3b5d62571f

View File

@@ -1574,7 +1574,7 @@ void CChannelList::paintItem2DetailsLine (int pos, int /*ch_index*/)
fb_pixel_t col1 = COL_MENUCONTENT_PLUS_6;
// Clear
frameBuffer->paintBackgroundBoxRel(xpos,y, ConnectLineBox_Width, height+info_height);
frameBuffer->paintBackgroundBoxRel(xpos,y, ConnectLineBox_Width, height+info_height + 1);
// paint Line if detail info (and not valid list pos)
if (pos >= 0) { //pos >= 0 && chanlist[ch_index]->currentEvent.description != "") {