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
------------------
Branch: ni/coolstream
Commit: f210172647
Author: Thilo Graf <dbt@novatux.de>
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


------------------
This commit was generated by Migit
This commit is contained in:
2011-11-05 08:55:51 +00:00
parent 6bd5a4cfa1
commit 7b6db83853

View File

@@ -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<listmaxshow;count++)
{
paintItem(count, channel_id);