summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrh <drh@sqlite.org>2002-01-08 15:40:15 (GMT)
committerdrh <drh@sqlite.org>2002-01-08 15:40:15 (GMT)
commit25763c453c7b11724ebbae222c63fec2071873f4 (patch)
treea40636d7f96d656c762f41097edef5cedf491d9c /ChangeLog
parent48c6fa2596567056e76570fccffb1b23e54626b4 (diff)
downloadtk-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cce183e..86b900b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):