The new virtual function cStatus::OsdCurrentItem2() can be used to get the index of the current menu item

This commit is contained in:
Klaus Schmidinger
2025-01-29 11:15:26 +01:00
parent 80d8851e62
commit ef4ebeb7ee
5 changed files with 17 additions and 9 deletions

View File

@@ -10068,3 +10068,7 @@ Video Disk Recorder Revision History
- Fixed an unnecessary redisplay of the menu when pressing a hotkey.
- Fixed unnecessary calls to DisplayCurrent() for editable menu items (thanks to Markus
Ehrnsperger).
- The new virtual function cStatus::OsdCurrentItem2() can be used to get the index of the
current menu item (thanks to Markus Ehrnsperger). Plugins that implemented
cStatus::OsdCurrentItem() will still work as before, because the default implementation
of cStatus::OsdCurrentItem2() calls cStatus::OsdCurrentItem().