mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
timerlist: re-add by mistake removed commit 08cf767
Origin commit data ------------------ Branch: ni/coolstream Commit:6e7bb1c505
Author: vanhofen <vanhofen@gmx.de> Date: 2017-06-24 (Sat, 24 Jun 2017) Origin message was: ------------------ - timerlist: re-add by mistake removed commit08cf767
------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit
This commit is contained in:
@@ -1430,6 +1430,9 @@ void CTimerList::paint()
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_MENU_UTF8, g_Locale->getText(LOCALE_TIMERLIST_NAME));
|
||||
|
||||
paintHead();
|
||||
// paint plain background and footer first to avoid flicker effects while timerlist construction
|
||||
frameBuffer->paintBoxRel(x, y + header_height, width, item_height*listmaxshow, COL_MENUCONTENT_PLUS_0);
|
||||
paintFoot();
|
||||
for (unsigned int count=0; count<listmaxshow; count++)
|
||||
{
|
||||
paintItem(count);
|
||||
@@ -1443,7 +1446,7 @@ void CTimerList::paint()
|
||||
paintScrollBar(x + width - SCROLLBAR_WIDTH, y + header_height, SCROLLBAR_WIDTH, item_height*listmaxshow, total_pages, current_page);
|
||||
}
|
||||
|
||||
paintFoot();
|
||||
//paintFoot();
|
||||
visible = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user