# HG changeset patch # User mroi # Date 1026918268 0 # Node ID 2759605b41f67ec657367b1e8bae1d261e55ae56 # Parent a7b12d28a6abdf63f3532256e19aeacea5f1085c 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. diff -r a7b12d28a6ab -r 2759605b41f6 highlight.c --- 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; }