fixed flickering bug with vdr2.1.7

This commit is contained in:
louis
2015-01-21 18:33:19 +01:00
parent 07fa0e71ef
commit 140e420705
5 changed files with 9 additions and 3 deletions

View File

@@ -22,8 +22,6 @@ cSDDisplayChannel::cSDDisplayChannel(cTemplate *channelTemplate, bool WithInfo)
doOutput = false;
return;
}
channelView->DrawBackground();
channelView->DrawSignalBackground();
}
cSDDisplayChannel::~cSDDisplayChannel() {
@@ -165,6 +163,8 @@ void cSDDisplayChannel::Flush(void) {
return;
if (initial) {
channelView->DrawBackground();
channelView->DrawSignalBackground();
channelView->DrawCurrentWeather();
channelView->DrawCustomTokens();
}