summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 75a790be..eecf35bd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6947,3 +6947,8 @@ Video Disk Recorder Revision History
- Added a Query parameter to cDevice::GetDevice(), so that devices can be queried
without side effects when zapping.
- Replaced min(max()) calls with the new function constrain().
+- Fixed handling OSD color button texts in case a menu item has texts of its own
+ (reported by Rolf Ahrenberg). If a plugin creates derived cMenuEditItems that set
+ color button texts, these should not set the texts directly by calling
+ cSkinDisplay::Current()->SetButtons(), but rather call the new member function
+ cMenuEditItem::SetHelp().