From 8ef59f67c713ca79802f5cb08ece76dccb0f44f0 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 17 Nov 2016 00:18:09 +0100 Subject: [PATCH] timerlist: reduce flicker-effects while timerlist construction Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/0ce3513d7838ab54be6ab952a504d791968535bc Author: vanhofen Date: 2016-11-17 (Thu, 17 Nov 2016) Origin message was: ------------------ - timerlist: reduce flicker-effects while timerlist construction --- src/gui/timerlist.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gui/timerlist.cpp b/src/gui/timerlist.cpp index ba8b76aff..44f29e802 100644 --- a/src/gui/timerlist.cpp +++ b/src/gui/timerlist.cpp @@ -1418,6 +1418,8 @@ void CTimerList::paint() CVFD::getInstance()->setMode(CVFD::MODE_MENU_UTF8, g_Locale->getText(LOCALE_TIMERLIST_NAME)); paintHead(); + frameBuffer->paintBoxRel(x, y + theight, width, height - theight - footerHeight, COL_MENUCONTENT_PLUS_0); //NI + paintFoot(); //NI for (unsigned int count=0; countpaintBoxRel(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; }