added 'active' Token for cutting marks

This commit is contained in:
louis
2014-10-28 18:09:10 +01:00
parent abd8fd8db0
commit a7b3b7333f
9 changed files with 97 additions and 62 deletions

View File

@@ -159,6 +159,7 @@ void cSDDisplayChannel::SetMessage(eMessageType Type, const char *Text) {
channelView->ClearSignalBackground();
channelView->ClearScraperContent();
channelView->ClearAudioInfo();
channelView->ClearBitrates();
channelView->DisplayMessage(Type, Text);
groupSep = true;
}