diff options
author | drh <drh@sqlite.org> | 2001-11-27 04:36:18 (GMT) |
---|---|---|
committer | drh <drh@sqlite.org> | 2001-11-27 04:36:18 (GMT) |
commit | 3be7b28beca41a79f04ec5937636395f5feb9fdf (patch) | |
tree | bd16e4fc309a9e60acfd8f0621256e8a82dff601 /ChangeLog | |
parent | 2c38d7f94081181c16b469516ddb54c703d54516 (diff) | |
download | tk-3be7b28beca41a79f04ec5937636395f5feb9fdf.zip tk-3be7b28beca41a79f04ec5937636395f5feb9fdf.tar.gz tk-3be7b28beca41a79f04ec5937636395f5feb9fdf.tar.bz2 |
Change the behavior of menus on windows to be more consistent with native
windows menus. Disabled menu entries show their active background color
on mouseover and keyboard traversal.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-11-26 D. Richard Hipp <drh@hwaci.com> + + * win/tkWinMenu.c: disabled menu items show the activebackground + color in their background. This change makes menu behavior + consistent with what native windows does. + 2001-11-24 Mo DeJong <mdejong@users.sourceforge.net> * unix/Makefile.in: Add comments to better describe |