1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Avoiding flickering of replay display

This commit is contained in:
Klaus Schmidinger 2000-04-29 08:52:54 +02:00
parent dff1e592b0
commit 11525e07d6

4
menu.c
View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: menu.c 1.8 2000/04/24 15:32:11 kls Exp $
* $Id: menu.c 1.9 2000/04/29 08:52:54 kls Exp $
*/
#include "menu.h"
@ -1030,7 +1030,7 @@ eKeys cReplayDisplay::ProcessKey(eKeys Key)
{
if (!DvbApi.Replaying())
return kOk; // will turn off replay display
shown = DvbApi.ShowProgress(!shown);
shown = DvbApi.ShowProgress(!shown) || shown;
switch (Key) {
case kBegin:
case kPause: