mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- 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