diff options
author | hobbs <hobbs> | 2002-04-23 00:48:29 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-04-23 00:48:29 (GMT) |
commit | 30329416a3c01e9ac098a93f793bced1dfb8f2f9 (patch) | |
tree | 65e8fb6fc2e3c142e53173445fe5d1bedaf2886b /ChangeLog | |
parent | e2e0d8545161567ae0678b10c3b6e3e7625a7319 (diff) | |
download | tk-30329416a3c01e9ac098a93f793bced1dfb8f2f9.zip tk-30329416a3c01e9ac098a93f793bced1dfb8f2f9.tar.gz tk-30329416a3c01e9ac098a93f793bced1dfb8f2f9.tar.bz2 |
* library/button.tcl (ButtonLeave): corrected the 3
implementations of ButtonLeave to check for Priv(relief) existing
before trying to use it. [Patch #541849]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-04-22 Jeff Hobbs <jeffh@ActiveState.com> + * library/button.tcl (ButtonLeave): corrected the 3 + implementations of ButtonLeave to check for Priv(relief) existing + before trying to use it. [Patch #541849] + * generic/tkTextDisp.c (DisplayLineBackground): * unix/tkUnix3d.c (Tk_3DHorizontalBevel): * unix/tkUnixFont.c (Tk_DrawChars): applied fixes to not overrun |