mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Fixed bug in channel groups color display
This commit is contained in:
parent
e87e589416
commit
6da4b610d9
@ -114,7 +114,7 @@ void cChannelGroups::DrawChannelGroups(const cChannel *start, const cChannel *st
|
|||||||
line++;
|
line++;
|
||||||
groupLast = group;
|
groupLast = group;
|
||||||
if (channel == stop) {
|
if (channel == stop) {
|
||||||
CreateGroupGrid(channelGroups[groupLast].GetName(), group, lineStart, line);
|
CreateGroupGrid(channelGroups[groupLast].GetName(), group+1, lineStart, line);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user