From 667643ec2360d06b642717c2c7786b9a85050771 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 19 Jun 2004 09:52:55 +0200 Subject: [PATCH] Fixed handling the color button texts in cMenuEditStrItem --- CONTRIBUTORS | 3 +++ HISTORY | 2 ++ menuitems.c | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a1e30c60..1e97120a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1040,3 +1040,6 @@ Olaf Henkel Martin Dauskardt for reporting a problem with switching channels while an encrypted channel is being recorded + +Maynard Cedric + for reporting a problem in handling the color button texts in cMenuEditStrItem diff --git a/HISTORY b/HISTORY index 54945bd1..a1d5f192 100644 --- a/HISTORY +++ b/HISTORY @@ -2924,3 +2924,5 @@ Video Disk Recorder Revision History - Added cDevice::Flush() to make sure that all data in the video card's buffers has been processed (thanks to Reinhard Nissl). Currently this is not yet actually implemented for FF DVB cards. +- Fixed handling the color button texts in cMenuEditStrItem (thanks to Maynard + Cedric for reporting this one). diff --git a/menuitems.c b/menuitems.c index 3f835878..ee92dc9f 100644 --- a/menuitems.c +++ b/menuitems.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menuitems.c 1.18 2004/05/16 12:47:02 kls Exp $ + * $Id: menuitems.c 1.19 2004/06/19 09:45:45 kls Exp $ */ #include "menuitems.h" @@ -331,8 +331,8 @@ eOSState cMenuEditStrItem::ProcessKey(eKeys Key) if (pos >= 0) { insert = !insert; newchar = true; + SetHelpKeys(); } - SetHelpKeys(); break; case kYellow|k_Repeat: case kYellow: // Remove the character at current position; in insert mode it is the character to the right of cursor