mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user