mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
egpview: Fix display buttons & button labels
This commit is contained in:
@@ -1259,9 +1259,9 @@ void CEpgData::showTimerEventBar (bool pshow, bool adzap)
|
|||||||
adzap_button += g_Locale->getText(LOCALE_UNIT_SHORT_MINUTE);
|
adzap_button += g_Locale->getText(LOCALE_UNIT_SHORT_MINUTE);
|
||||||
}
|
}
|
||||||
if (g_settings.recording_type != CNeutrinoApp::RECORDING_OFF)
|
if (g_settings.recording_type != CNeutrinoApp::RECORDING_OFF)
|
||||||
::paintButtons(x, y, 0, (has_follow_screenings && !call_fromfollowlist) ? 3:2, EpgButtons, aw, h, "", false, COL_INFOBAR_SHADOW_TEXT, adzap ? adzap_button.c_str() : NULL, 2);
|
::paintButtons(x, y, 0, (has_follow_screenings && !call_fromfollowlist) ? 4:3, EpgButtons, aw, h, "", false, COL_INFOBAR_SHADOW_TEXT, adzap ? adzap_button.c_str() : NULL, 1);
|
||||||
else
|
else
|
||||||
::paintButtons(x, y, 0, (has_follow_screenings && !call_fromfollowlist) ? 2:1, &EpgButtons[1], aw, h, "", false, COL_INFOBAR_SHADOW_TEXT, adzap ? adzap_button.c_str() : NULL, 1);
|
::paintButtons(x, y, 0, (has_follow_screenings && !call_fromfollowlist) ? 3:2, &EpgButtons[1], aw, h, "", false, COL_INFOBAR_SHADOW_TEXT, adzap ? adzap_button.c_str() : NULL, 0);
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
// Button: Timer Record & Channelswitch
|
// Button: Timer Record & Channelswitch
|
||||||
|
Reference in New Issue
Block a user