mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed closing the progress display with the 'Back' key when in trick mode and Setup.ShowReplayMode is enabled
This commit is contained in:
parent
407c2fb77f
commit
02b5a40539
2
HISTORY
2
HISTORY
@ -835,3 +835,5 @@ Video Disk Recorder Revision History
|
|||||||
|
|
||||||
- Completed storing the current audio volume in the setup.conf file (thanks
|
- Completed storing the current audio volume in the setup.conf file (thanks
|
||||||
to Andy Grobb).
|
to Andy Grobb).
|
||||||
|
- Fixed closing the progress display with the "Back" key when in trick mode
|
||||||
|
and Setup.ShowReplayMode is enabled.
|
||||||
|
4
menu.c
4
menu.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: menu.c 1.131 2001/10/21 14:28:14 kls Exp $
|
* $Id: menu.c 1.132 2001/10/27 10:20:04 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
@ -2365,6 +2365,8 @@ cReplayControl::cReplayControl(void)
|
|||||||
cReplayControl::~cReplayControl()
|
cReplayControl::~cReplayControl()
|
||||||
{
|
{
|
||||||
Hide();
|
Hide();
|
||||||
|
if (Setup.ShowReplayMode)
|
||||||
|
Hide(); // the initial Hide() may have reopened the small mode display window
|
||||||
dvbApi->StopReplay();
|
dvbApi->StopReplay();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user