mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- epgplus: use RC_help to switch bigfonts; ...
This is same key as used in epgview.cpp to switch bigfonts
This commit is contained in:
@@ -838,9 +838,9 @@ int EpgPlus::exec(CChannelList * pchannelList, int selectedChannelIndex, CBouque
|
|||||||
else
|
else
|
||||||
loop = false;
|
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();
|
hide();
|
||||||
bigfont = !bigfont;
|
bigfont = !bigfont;
|
||||||
free();
|
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();
|
TCChannelEventEntries::const_iterator It = this->getSelectedEvent();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user