epgplus: use RC_help to switch bigfonts; ...

This is same key as used in epgview.cpp to switch bigfonts


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8e154f9efc
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-08 (Sat, 08 Apr 2017)

Origin message was:
------------------
- epgplus: use RC_help to switch bigfonts; ...

This is same key as used in epgview.cpp to switch bigfonts


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-04-08 14:11:27 +02:00
parent 9d4cad2a50
commit 3e00456c36

View File

@@ -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();