Fixed unnecessary calls to DisplayCurrent() for editable menu items

This commit is contained in:
Klaus Schmidinger
2025-01-29 10:35:25 +01:00
parent 49dc61a92c
commit ead135f716
3 changed files with 6 additions and 2 deletions

View File

@@ -10066,3 +10066,5 @@ Video Disk Recorder Revision History
- Fixed an improper call of cStatus::OsdCurrentItem() before cStatus::OsdItem2() (reported
by Markus Ehrnsperger).
- Fixed an unnecessary redisplay of the menu when pressing a hotkey.
- Fixed unnecessary calls to DisplayCurrent() for editable menu items (thanks to Markus
Ehrnsperger).