Mercurial > libdvdnav.hg
changeset 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 | a7b12d28a6ab |
| children | dcde6d9cea7a |
| files | highlight.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }
