mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
epgplus: remove obsolete casts
Origin commit data
------------------
Commit: b9554b40c8
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-08 (Sat, 08 Apr 2017)
Origin message was:
------------------
- epgplus: remove obsolete casts
This commit is contained in:
@@ -1034,7 +1034,7 @@ int EpgPlus::exec(CChannelList * pchannelList, int selectedChannelIndex, CBouque
|
|||||||
this->paintChannelEntry(this->selectedChannelEntry->index - this->channelListStartIndex);
|
this->paintChannelEntry(this->selectedChannelEntry->index - this->channelListStartIndex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (msg == (neutrino_msg_t) CRCInput::RC_red)
|
else if (msg == CRCInput::RC_red)
|
||||||
{
|
{
|
||||||
CMenuWidget menuWidgetActions(LOCALE_EPGPLUS_ACTIONS, NEUTRINO_ICON_FEATURES);
|
CMenuWidget menuWidgetActions(LOCALE_EPGPLUS_ACTIONS, NEUTRINO_ICON_FEATURES);
|
||||||
menuWidgetActions.enableFade(false);
|
menuWidgetActions.enableFade(false);
|
||||||
@@ -1050,7 +1050,7 @@ int EpgPlus::exec(CChannelList * pchannelList, int selectedChannelIndex, CBouque
|
|||||||
|
|
||||||
this->refreshAll = true;
|
this->refreshAll = true;
|
||||||
}
|
}
|
||||||
else if (msg == (neutrino_msg_t) CRCInput::RC_blue)
|
else if (msg == CRCInput::RC_blue)
|
||||||
{
|
{
|
||||||
CMenuWidget menuWidgetOptions(LOCALE_EPGPLUS_OPTIONS, NEUTRINO_ICON_FEATURES);
|
CMenuWidget menuWidgetOptions(LOCALE_EPGPLUS_OPTIONS, NEUTRINO_ICON_FEATURES);
|
||||||
menuWidgetOptions.enableFade(false);
|
menuWidgetOptions.enableFade(false);
|
||||||
|
Reference in New Issue
Block a user