gui/channellist.cpp: disable screen save for detail line

This commit is contained in:
[CST] Focus
2013-11-28 17:53:29 +04:00
parent 1e5e36b7c8
commit 3b707458be

View File

@@ -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);
}
}