Menu items derived from cMenuEditIntItem now loop though their values if they have a dedicated minimum or maximum limit

This commit is contained in:
Klaus Schmidinger
2006-07-23 09:48:51 +02:00
parent 35884ec732
commit 8f2f3e9ac2
3 changed files with 12 additions and 1 deletions

View File

@@ -4830,3 +4830,7 @@ Video Disk Recorder Revision History
require detatching receivers (suggested by Anssi Hannula).
- Fixed handling numeric keys in the channel display after switching channel groups
(thanks to Andreas Regel).
- Menu items derived from cMenuEditIntItem now loop though their values if they
have a dedicated minimum or maximum limit (suggested by Andy Grobb). Looping is
only done for normal keypresses, not for repeated ones. This allows the user to
scroll the value all the way to the limit by keeping the key pressed.