diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-02 15:49:57 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-02 15:49:57 +0100 |
commit | c5eb60f07a560d9baed751edbb5b5c0246c8e903 (patch) | |
tree | 419f655ba1aa9dd9ccb20cd91a9f6658d4bfde40 /HISTORY | |
parent | e7b0f909ff42983c9f22b9db0e4ad6686942ea8b (diff) | |
download | vdr-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-- | HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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(). |