mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Ignoring "repeat" and "release" keys in the time search entry mode during replay
This commit is contained in:
5
menu.c
5
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.471 2008/02/08 13:48:31 kls Exp $
|
||||
* $Id: menu.c 1.472 2008/02/09 12:24:24 kls Exp $
|
||||
*/
|
||||
|
||||
#include "menu.h"
|
||||
@@ -4243,7 +4243,8 @@ void cReplayControl::TimeSearchProcess(eKeys Key)
|
||||
timeSearchActive = false;
|
||||
break;
|
||||
default:
|
||||
timeSearchActive = false;
|
||||
if (!(Key & k_Flags)) // ignore repeat/release keys
|
||||
timeSearchActive = false;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user