Fixed a crash when pressing Left while at the first character of a cMenuEditStrItem

This commit is contained in:
Klaus Schmidinger
2007-10-13 10:41:37 +02:00
parent f99b293de4
commit 42a8041352
3 changed files with 7 additions and 3 deletions

View File

@@ -5455,3 +5455,5 @@ Video Disk Recorder Revision History
Denis Knauf).
- Added a missing SetVolumeDevice() call in cDevice::SetPrimaryDevice() (reported
by Reinhard Nissl).
- Fixed a crash when pressing Left while at the first character of a cMenuEditStrItem
(thanks to Christian Wieninger).