Fixed an unnecessary double display of the current menu item in page up/down

This commit is contained in:
Klaus Schmidinger
2024-01-19 12:10:47 +01:00
parent 655682b5d2
commit 939071bf25
3 changed files with 7 additions and 8 deletions

View File

@@ -9863,7 +9863,7 @@ Video Disk Recorder Revision History
- The recording info of the default skins now shows the frame parameters of the
recording at the end of the description (if such information is available).
2024-01-18:
2024-01-19:
- Changed installing config files to handle potentially broken 'cp -n'.
- Fixed height calculation in progress display (thanks to Matthias Senzel).
@@ -9873,3 +9873,5 @@ Video Disk Recorder Revision History
more (thanks to Markus Ehrnsperger).
- Implemented scaling images (thanks to Andreas Baierl).
- Removed syslog calls in child process after fork() (thanks to Markus Ehrnsperger).
- Fixed an unnecessary double display of the current menu item in page up/down
(thanks to Matthias Senzel).