diff options
author | ericm <ericm> | 2000-04-13 20:51:54 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-13 20:51:54 (GMT) |
commit | 632bd53901793dc9ae455dd2d727d322b42ba814 (patch) | |
tree | 4c7ba8719dc8e0aeecedc7253381f219dd4704be /ChangeLog | |
parent | 7233c9b1c8ef6e343cb81fe1791ef276b1173b89 (diff) | |
download | tk-632bd53901793dc9ae455dd2d727d322b42ba814.zip tk-632bd53901793dc9ae455dd2d727d322b42ba814.tar.gz tk-632bd53901793dc9ae455dd2d727d322b42ba814.tar.bz2 |
* win/tkWinMenu.c: Corrected code that created separator items on
menus; originally, it requested that the system be responsible for
drawing those items, so it would ignore configuration items like
the widget background. Now, we draw the separators ourselves (as
we do with every other kind of menu item already). [Bug: 1166].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2000-04-13 Eric Melski <ericm@scriptics.com> + * win/tkWinMenu.c: Corrected code that created separator items on + menus; originally, it requested that the system be responsible for + drawing those items, so it would ignore configuration items like + the widget background. Now, we draw the separators ourselves (as + we do with every other kind of menu item already). [Bug: 1166]. + * win/tkWin3d.c: * unix/tkUnix3d.c: Applied patch from [RFE: 2501]: adds more sophisticated smarts to TkpGetShadows, so that the highlight of a |