Fixed jumping to an absolute position via the Red key in case replay was paused

This commit is contained in:
Klaus Schmidinger
2015-01-13 09:55:37 +01:00
parent a4169ceb22
commit ff2f39b440
3 changed files with 12 additions and 3 deletions

View File

@@ -7916,8 +7916,10 @@ Video Disk Recorder Revision History
- The APIVERSION has been increased to 2.0.6 due to the changes to pat.h, sdt.h and
the functional modification to cFont::CreateFont().
2014-04-13: Version 2.0.7
2015-01-13: Version 2.0.7
- Fixed a possible division by zero in frame rate detection.
- Fixed a bug in the Makefile when installing plugins with LCLBLD=1 (thanks to
Stefan Huelswitt).
- Fixed jumping to an absolute position via the Red key in case replay was paused
(reported by Dieter Ferdinand).