Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: small cosmetic bug in AIO with replay



Achim Lange wrote:
> 
> Hello developers,
> 
> I guess, I found a small bug in one of the patches in AIO (version 26.3.)
> against 1.0.0pre4 .
> When I am in time-shift mode and fast-forward so far that the replay catches
> up with life-broadcast, the speed changes from fast-forward to normal play,
> but the display of the fast-forward icon still remains until I press "Up".
> 
> This does not happen with "pure" vdr-1.0.0pre4

Apparently this happens only when the replay mode is displayed *without*
the progress display (even with "pure" VDR).

Please try the following modification to fix this, and let me know if it works:

--- menu.c      2002/03/29 10:49:22
+++ menu.c      2002/03/31 10:46:24
@@ -3296,7 +3296,9 @@
         ShowMode();
         timeoutShow = 0;
         }
-     else if (!modeOnly)
+     else if (modeOnly)
+        ShowMode();
+     else 
         shown = ShowProgress(!shown) || shown;
      }
   bool DisplayedFrames = displayFrames;

The line numbers may be a little off, so you might need to do this
manually in cReplayControl::ProcessKey().

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________



Home | Main Index | Thread Index