*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 is contained in:
thilo
2011-11-05 08:55:51 +00:00
parent d11193ff6d
commit f210172647

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->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++) for(unsigned int count=0;count<listmaxshow;count++)
{ {
paintItem(count, channel_id); paintItem(count, channel_id);