diff options
author | mdejong <mdejong> | 2003-12-26 22:29:07 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-12-26 22:29:07 (GMT) |
commit | 31c8cfb4eb684b0c2899f7d8093288cfb46fe8c4 (patch) | |
tree | f8aca03992af22d29cc2c82877f1639b88bfc179 /ChangeLog | |
parent | 27f3695532a8ecf6d52803e8ef8dd81c319677b0 (diff) | |
download | tk-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |