From 6d9682911c4226f7ad7b7e7d3641ae38eb705fd7 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 11 Jul 2021 19:56:18 +0200 Subject: [PATCH] epgview: fix followscreenings button Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/a55d3679bbb11e36f6432e49aa6f2a3270c2cd36 Author: vanhofen 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 --- src/gui/epgview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index cf13b9e61..458bd8898 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -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);