diff options
author | mdejong <mdejong> | 2003-12-28 23:11:10 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-12-28 23:11:10 (GMT) |
commit | 2c4b180c45dd24432535148a2c67d63e7a5189a3 (patch) | |
tree | ee82659b96530329c9db0ccaac9c095226d46f60 /ChangeLog | |
parent | 557362d55d1b30b7df5d4fc45b30f159f88dc7b6 (diff) | |
download | tk-2c4b180c45dd24432535148a2c67d63e7a5189a3.zip tk-2c4b180c45dd24432535148a2c67d63e7a5189a3.tar.gz tk-2c4b180c45dd24432535148a2c67d63e7a5189a3.tar.bz2 |
* win/tkWinMenu.c (ReconfigureWindowsMenu,
TkWinHandleMenuEvent, DrawMenuEntryArrow):
Fix drawing of a disabled cascade menu
arrow. Tk was displaying a disabled cascade
menu arrow in black instead of gray. This
was caused by a bug in the Win32 code for
user drawn menu items. The fix is to avoid
telling Windows that the menu item is a
cascade type and then draw the gray arrow
bitmap on our own.
[Patch 865842]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2003-12-28 Mo DeJong <mdejong@users.sourceforge.net> + + * win/tkWinMenu.c (ReconfigureWindowsMenu, + TkWinHandleMenuEvent, DrawMenuEntryArrow): + Fix drawing of a disabled cascade menu + arrow. Tk was displaying a disabled cascade + menu arrow in black instead of gray. This + was caused by a bug in the Win32 code for + user drawn menu items. The fix is to avoid + telling Windows that the menu item is a + cascade type and then draw the gray arrow + bitmap on our own. + [Patch 865842] + 2003-12-27 Mo DeJong <mdejong@users.sourceforge.net> * win/tkWinMenu.c (DrawWindowsSystemBitmap): |