mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed flickering bug with vdr2.1.7
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user