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