diff options
author | drh <drh@sqlite.org> | 2002-01-08 15:40:15 (GMT) |
---|---|---|
committer | drh <drh@sqlite.org> | 2002-01-08 15:40:15 (GMT) |
commit | 25763c453c7b11724ebbae222c63fec2071873f4 (patch) | |
tree | a40636d7f96d656c762f41097edef5cedf491d9c /ChangeLog | |
parent | 48c6fa2596567056e76570fccffb1b23e54626b4 (diff) | |
download | tk-25763c453c7b11724ebbae222c63fec2071873f4.zip tk-25763c453c7b11724ebbae222c63fec2071873f4.tar.gz tk-25763c453c7b11724ebbae222c63fec2071873f4.tar.bz2 |
Fix the following bug: If you select an entry on a cascade menu (on Win32)
then the next time the parent menu is posted, the cascade entry appears active.
Also, if you traverse to a disabled menu entry using keystrokes and press
ENTER on the disabled entry, then that entry appears active the next time
the menu is posted. The same patch fixes both problems.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-01-08 D. Richard Hipp <drh@hwaci.com> + + * win/tkWinMenu.c: Fix the following bug: If you select an entry + on a cascade menu then the next time the parent menu is posted, the + cascade entry was active. Also, if you traverse to a disabled entry + using keystrokes and press ENTER on the disabled entry, then that + entry appears active the next time the menu is posted. The same + patch fixes both problems. + 2002-01-04 Don Porter <dgp@users.sourceforge.net> * generic/tkBind.c (TkBindFree): |