Fixed bug in channel groups color display

This commit is contained in:
louis 2013-06-03 10:01:52 +02:00
parent e87e589416
commit 6da4b610d9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }
} }