mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
epgview: fix followscreenings button
Origin commit data
------------------
Branch: ni/coolstream
Commit: a55d3679bb
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-07-11 (Sun, 11 Jul 2021)
Origin message was:
------------------
- epgview: fix followscreenings button
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1680,9 +1680,9 @@ void CEpgData::showTimerEventBar (bool pshow, bool adzap, bool mp_info)
|
||||
{
|
||||
// check followscreenings button
|
||||
if (has_follow_screenings && !call_fromfollowlist)
|
||||
EpgButtons[TV_BUTTONS][4].button = NEUTRINO_ICON_BUTTON_0;
|
||||
EpgButtons[TV_BUTTONS][3].button = NEUTRINO_ICON_BUTTON_BLUE;
|
||||
else
|
||||
EpgButtons[TV_BUTTONS][4].button = NEUTRINO_ICON_BUTTON_DUMMY_SMALL;
|
||||
EpgButtons[TV_BUTTONS][3].button = NEUTRINO_ICON_BUTTON_DUMMY_SMALL;
|
||||
|
||||
if (g_settings.recording_type != CNeutrinoApp::RECORDING_OFF)
|
||||
::paintButtons(x, y, w, MaxButtons, EpgButtons[TV_BUTTONS], w, h, "", false, COL_MENUFOOT_TEXT, adzap ? adzap_button.c_str() : NULL, 4);
|
||||
|
Reference in New Issue
Block a user