mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
timerlist: reduce flicker-effects while timerlist construction
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0ce3513d78
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-17 (Thu, 17 Nov 2016)
Origin message was:
------------------
- timerlist: reduce flicker-effects while timerlist construction
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1418,6 +1418,8 @@ void CTimerList::paint()
|
|||||||
CVFD::getInstance()->setMode(CVFD::MODE_MENU_UTF8, g_Locale->getText(LOCALE_TIMERLIST_NAME));
|
CVFD::getInstance()->setMode(CVFD::MODE_MENU_UTF8, g_Locale->getText(LOCALE_TIMERLIST_NAME));
|
||||||
|
|
||||||
paintHead();
|
paintHead();
|
||||||
|
frameBuffer->paintBoxRel(x, y + theight, width, height - theight - footerHeight, COL_MENUCONTENT_PLUS_0); //NI
|
||||||
|
paintFoot(); //NI
|
||||||
for (unsigned int count=0; count<listmaxshow; count++)
|
for (unsigned int count=0; count<listmaxshow; count++)
|
||||||
{
|
{
|
||||||
paintItem(count);
|
paintItem(count);
|
||||||
@@ -1436,7 +1438,7 @@ void CTimerList::paint()
|
|||||||
frameBuffer->paintBoxRel(x+ width- 13, ypos+ 2+ page_nr * (sb-4)/sbc, 11, (sb-4)/sbc, COL_SCROLLBAR_ACTIVE_PLUS_0, RADIUS_SMALL);
|
frameBuffer->paintBoxRel(x+ width- 13, ypos+ 2+ page_nr * (sb-4)/sbc, 11, (sb-4)/sbc, COL_SCROLLBAR_ACTIVE_PLUS_0, RADIUS_SMALL);
|
||||||
}
|
}
|
||||||
|
|
||||||
paintFoot();
|
//NI paintFoot();
|
||||||
visible = true;
|
visible = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user