mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
gui/channellist.cpp: disable screen save for detail line
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3b707458be
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-28 (Thu, 28 Nov 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user