summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-02 15:49:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-02 15:49:57 +0100
commitc5eb60f07a560d9baed751edbb5b5c0246c8e903 (patch)
tree419f655ba1aa9dd9ccb20cd91a9f6658d4bfde40 /HISTORY
parente7b0f909ff42983c9f22b9db0e4ad6686942ea8b (diff)
downloadvdr-c5eb60f07a560d9baed751edbb5b5c0246c8e903.tar.gz
vdr-c5eb60f07a560d9baed751edbb5b5c0246c8e903.tar.bz2
Fixed handling OSD color button texts in case a menu item has texts of its own
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().