diff highlight.c @ 64:2759605b41f6 src

We need to update the button info when moving around in menus. Otherwise the application might highlight the wrong button when jumping from menu to menu.
author mroi
date Wed, 17 Jul 2002 15:04:28 +0000
parents e1505b603eb8
children 61c0ee1bbb7a
line wrap: on
line diff
--- a/highlight.c	Tue Jul 16 16:24:19 2002 +0000
+++ b/highlight.c	Wed Jul 17 15:04:28 2002 +0000
@@ -274,7 +274,7 @@
 
   this->hli_state = 1; /* Selected */
 
-  /* this->position_current.button = -1; */ /* Force Highligh change */ 
+  this->position_current.button = -1; /* Force Highligh change */
 
   return S_OK;
 }