From 103f29640bdca6d5f03f7c4fc36ca871b871ba07 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 5 Nov 2011 08:55:51 +0000 Subject: [PATCH] neutrino eventlist: remove painting of enventlist body This should help to reduce flicker effects during set of timer events. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1816 e54a6e83-5905-42d5-8d5c-058d10e6a962 Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/f210172647d6b9997ba0743d6ab6c3e46f0f9c05 Author: Thilo Graf Date: 2011-11-05 (Sat, 05 Nov 2011) Origin message was: ------------------ *neutrino eventlist: remove painting of enventlist body This should help to reduce flicker effects during set of timer events. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1816 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/gui/eventlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/eventlist.cpp b/src/gui/eventlist.cpp index 6237ac2e3..901349ced 100644 --- a/src/gui/eventlist.cpp +++ b/src/gui/eventlist.cpp @@ -892,7 +892,7 @@ void EventList::paint(t_channel_id channel_id) frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_INFO, x+ width - 4 - iw, y, theight); } - frameBuffer->paintBoxRel(x, y+theight, width, height-theight-iheight, COL_INFOBAR, 0, CORNER_TOP); + for(unsigned int count=0;count