summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-12-28 23:11:10 (GMT)
committermdejong <mdejong>2003-12-28 23:11:10 (GMT)
commit2c4b180c45dd24432535148a2c67d63e7a5189a3 (patch)
treeee82659b96530329c9db0ccaac9c095226d46f60 /ChangeLog
parent557362d55d1b30b7df5d4fc45b30f159f88dc7b6 (diff)
downloadtk-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--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e7178f..21d1443 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):