mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed going into 'Jump' mode while the replay mode display is active
This commit is contained in:
parent
1a2c3e1b84
commit
da75e89a0b
4
menu.c
4
menu.c
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: menu.c 1.119 2001/09/14 15:10:12 kls Exp $
|
||||
* $Id: menu.c 1.120 2001/09/15 10:36:31 kls Exp $
|
||||
*/
|
||||
|
||||
#include "menu.h"
|
||||
@ -2569,6 +2569,8 @@ void cReplayControl::TimeSearch(void)
|
||||
{
|
||||
timeSearchHH = timeSearchMM = timeSearchPos = 0;
|
||||
timeSearchHide = false;
|
||||
if (modeOnly)
|
||||
Hide();
|
||||
if (!visible) {
|
||||
Show();
|
||||
if (visible)
|
||||
|
Loading…
Reference in New Issue
Block a user