From 7021d42266a92d7abe92c4306235e869a54ac2c0 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Sun, 19 Aug 2012 19:54:55 +0200 Subject: [PATCH] channellist.cpp: -fix clear background Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/ec7ed403a1e8aadebf97521c3e993c69fdcf00c1 Author: Jacek Jendrzej Date: 2012-08-19 (Sun, 19 Aug 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 06f6226e1..7a4d42231 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -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 != "") {