summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-12-26 22:29:07 (GMT)
committermdejong <mdejong>2003-12-26 22:29:07 (GMT)
commit31c8cfb4eb684b0c2899f7d8093288cfb46fe8c4 (patch)
treef8aca03992af22d29cc2c82877f1639b88bfc179 /ChangeLog
parent27f3695532a8ecf6d52803e8ef8dd81c319677b0 (diff)
downloadtk-31c8cfb4eb684b0c2899f7d8093288cfb46fe8c4.zip
tk-31c8cfb4eb684b0c2899f7d8093288cfb46fe8c4.tar.gz
tk-31c8cfb4eb684b0c2899f7d8093288cfb46fe8c4.tar.bz2
* win/tkWinMenu.c (DrawMenuEntryAccelerator,
DrawMenuEntryLabel): When drawing the label text and accelerator text for a disabled menu entry be sure to draw a 3D highlight. The only exception to this is when a disabled menu entry is highlighted, in that case do not draw a 3D hightlight.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40d1714..1c5c579 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
2003-12-26 Mo DeJong <mdejong@users.sourceforge.net>
* win/tkWinMenu.c (DrawMenuEntryAccelerator,
+ DrawMenuEntryLabel): When drawing the label
+ text and accelerator text for a disabled
+ menu entry be sure to draw a 3D highlight.
+ The only exception to this is when a
+ disabled menu entry is highlighted, in that
+ case do not draw a 3D hightlight.
+
+2003-12-26 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * win/tkWinMenu.c (DrawMenuEntryAccelerator,
DrawMenuEntryArrow): Move the unused menu
arrow drawing code in DrawMenuEntryAccelerator
into a new function named DrawMenuEntryArrow.