refresh custom token display with each custom token change

This commit is contained in:
louis
2015-06-05 14:48:45 +02:00
parent 57244494b6
commit b6a6ea2f6b
12 changed files with 65 additions and 9 deletions

View File

@@ -174,6 +174,9 @@ void cSDDisplayChannel::Flush(void) {
channelView->DrawBackground();
channelView->DrawSignalBackground();
channelView->DrawCurrentWeather();
}
if (initial || channelView->CustomTokenChange()) {
channelView->DrawCustomTokens();
}