mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
src/gui/epgview.cpp reset header height to single size
This commit is contained in:
@@ -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:
|
case CRCInput::RC_left:
|
||||||
if ((prev_id != 0) && !call_fromfollowlist && !mp_info)
|
if ((prev_id != 0) && !call_fromfollowlist && !mp_info)
|
||||||
{
|
{
|
||||||
|
toph = topboxheight;
|
||||||
show(channel_id, prev_id, &prev_zeit, false);
|
show(channel_id, prev_id, &prev_zeit, false);
|
||||||
showPos=0;
|
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:
|
case CRCInput::RC_right:
|
||||||
if ((next_id != 0) && !call_fromfollowlist && !mp_info)
|
if ((next_id != 0) && !call_fromfollowlist && !mp_info)
|
||||||
{
|
{
|
||||||
|
toph = topboxheight;
|
||||||
show(channel_id, next_id, &next_zeit, false);
|
show(channel_id, next_id, &next_zeit, false);
|
||||||
showPos=0;
|
showPos=0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user