From 64a4f336298ea2ff0812f95676633d6ae86baf74 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 10 Nov 2016 20:52:58 +0100 Subject: [PATCH] src/gui/epgview.cpp reset header height to single size Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e3136b888c9f52ff93214f6cb193af40ca2de04b Author: Jacek Jendrzej Date: 2016-11-10 (Thu, 10 Nov 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index bcbb693cb..68577b029 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -991,6 +991,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start case CRCInput::RC_left: if ((prev_id != 0) && !call_fromfollowlist && !mp_info) { + toph = topboxheight; show(channel_id, prev_id, &prev_zeit, false); showPos=0; } @@ -998,6 +999,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start case CRCInput::RC_right: if ((next_id != 0) && !call_fromfollowlist && !mp_info) { + toph = topboxheight; show(channel_id, next_id, &next_zeit, false); showPos=0; }