From 6da4b610d98cafe7c20555c926359d7f89347c76 Mon Sep 17 00:00:00 2001 From: louis Date: Mon, 3 Jun 2013 10:01:52 +0200 Subject: [PATCH] Fixed bug in channel groups color display --- channelgroups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channelgroups.c b/channelgroups.c index ce11e78..5d2d1a9 100644 --- a/channelgroups.c +++ b/channelgroups.c @@ -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; } }