diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-01-26 11:13:48 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-01-26 11:13:48 +0100 |
commit | fe7b03d6b5ecc1e3fbb2804fe179669f8f111c7a (patch) | |
tree | feb3a9fc4aa367f73db233350e028a8b733aa420 /osd.c | |
parent | e010ca21064945a1f8e033178cdd85a5f9d8f6cd (diff) | |
download | vdr-fe7b03d6b5ecc1e3fbb2804fe179669f8f111c7a.tar.gz vdr-fe7b03d6b5ecc1e3fbb2804fe179669f8f111c7a.tar.bz2 |
Improved speed of setting the Help button texts
Diffstat (limited to 'osd.c')
-rw-r--r-- | osd.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: osd.c 1.19 2002/01/20 11:13:22 kls Exp $ + * $Id: osd.c 1.20 2002/01/26 11:09:58 kls Exp $ */ #include "osd.h" @@ -127,9 +127,7 @@ void cOsdMenu::SetHelp(const char *Red, const char *Green, const char *Yellow, c helpYellow = Yellow; helpBlue = Blue; if (visible) - Display(); - //XXX Interface->Help(helpRed, helpGreen, helpYellow, helpBlue); - //XXX must clear unused button areas! + Interface->Help(helpRed, helpGreen, helpYellow, helpBlue); } void cOsdMenu::Del(int Index) |