fixed scrolling in displaychannel channelinfo

This commit is contained in:
louis 2016-04-15 13:55:13 +02:00
parent 7111ae36a8
commit aec88498ff

View File

@ -110,6 +110,7 @@ void cViewChannel::SetChannel(const cChannel *channel, int number) {
displayChannelGroups = false;
if (veChannelInfo) {
veChannelInfo->Clear();
veChannelInfo->Set(channel, number);
}