From 8e154f9efc303501ff706650f0ef04cb42aa3316 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 8 Apr 2017 14:11:27 +0200 Subject: [PATCH] - epgplus: use RC_help to switch bigfonts; ... This is same key as used in epgview.cpp to switch bigfonts --- src/gui/epgplus.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/epgplus.cpp b/src/gui/epgplus.cpp index bf10520c7..9f7e5adc7 100644 --- a/src/gui/epgplus.cpp +++ b/src/gui/epgplus.cpp @@ -838,9 +838,9 @@ int EpgPlus::exec(CChannelList * pchannelList, int selectedChannelIndex, CBouque else loop = false; } - else if (msg == CRCInput::RC_epg) + else if (msg == CRCInput::RC_help) { - //fprintf(stderr, "RC_Epg, bigfont = %d\n", bigfont); + //fprintf(stderr, "RC_help, bigfont = %d\n", bigfont); hide(); bigfont = !bigfont; free(); @@ -1156,7 +1156,7 @@ int EpgPlus::exec(CChannelList * pchannelList, int selectedChannelIndex, CBouque } } } - else if (msg == CRCInput::RC_help || msg == CRCInput::RC_info) + else if (msg == CRCInput::RC_info) { TCChannelEventEntries::const_iterator It = this->getSelectedEvent();