From 1a2ddff60d9722e7633971c917c7413c598ad7c1 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 16 Oct 2004 10:26:34 +0200 Subject: Fixed showing the replay mode if the OSD is currently in use --- menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'menu.c') diff --git a/menu.c b/menu.c index 512cd3a9..8fc67739 100644 --- a/menu.c +++ b/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.311 2004/08/08 14:29:14 kls Exp $ + * $Id: menu.c 1.312 2004/10/16 10:24:11 kls Exp $ */ #include "menu.h" @@ -3081,7 +3081,7 @@ void cReplayControl::Hide(void) void cReplayControl::ShowMode(void) { - if (visible || Setup.ShowReplayMode) { + if (visible || Setup.ShowReplayMode && !cOsd::IsOpen()) { bool Play, Forward; int Speed; if (GetReplayMode(Play, Forward, Speed) && (!visible || Play != lastPlay || Forward != lastForward || Speed != lastSpeed)) { -- cgit v1.2.3