Fixed two bugs in blue key handling

This commit is contained in:
louis
2014-01-15 17:30:06 +01:00
parent a8b7c95434
commit 88bb260f4d
4 changed files with 7 additions and 4 deletions

View File

@@ -87,6 +87,7 @@ void cFooter::LeaveDetailedViewMode(const cChannel *channel) {
if (tvguideConfig.channelJumpMode == eNumJump) {
drawGreenButton();
drawYellowButton();
drawBlueButton();
} else {
UpdateGroupButtons(channel, true);
}