diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 082331577..033b66fdb 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -1753,7 +1753,7 @@ void CChannelList::paintItem2DetailsLine (int pos) if (pos >= 0) { if (dline == NULL) dline = new CComponentsDetailLine(xpos, ypos1, ypos2, fheight/2+1, info_height-RADIUS_LARGE*2); - dline->paint(); + dline->paint(false); } }