Making sure no item is displayed as "current" if Up, Down, Left or Right is pressed in a menu with no selectable items

This commit is contained in:
Klaus Schmidinger
2005-10-09 11:00:50 +02:00
parent ccaa4e961e
commit 22ee421be9
2 changed files with 5 additions and 3 deletions

View File

@@ -3893,3 +3893,5 @@ Video Disk Recorder Revision History
Enrico Scholz).
- Fixed a possible endless loop in a menu with no selectable items if
Setup.MenuScrollWrap is true (thanks to Enrico Scholz).
- Making sure no item is displayed as "current" if Up, Down, Left or Right is
pressed in a menu with no selectable items.