Fixed scrolling with Up/Down in case there are non-selectable items at the beginning or end of the menu

This commit is contained in:
Klaus Schmidinger
2006-02-05 14:38:56 +01:00
parent 7b97eb6e97
commit 7e4662f982
3 changed files with 17 additions and 1 deletions

View File

@@ -4312,3 +4312,5 @@ Video Disk Recorder Revision History
- Renamed the Makefile target 'plugins-clean' to 'clean-plugins' (suggested by
Sebastian Frei).
- Made all font and image data 'const' (thanks to Darren Salt).
- Fixed scrolling with Up/Down in case there are non-selectable items at the
beginning or end of the menu (reported by Helmut Auer).