diff options
author | wolfsuit <wolfsuit> | 2004-07-15 05:27:59 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2004-07-15 05:27:59 (GMT) |
commit | 540a0021c6a22c0e7dc3792a4811d9c497775e9b (patch) | |
tree | 38b356331af27c0560d8a5c020a2aed272d9ca1d /ChangeLog | |
parent | 5c0c77a23967d1959e8f5ec7e21695cf0f3d4b6c (diff) | |
download | tk-540a0021c6a22c0e7dc3792a4811d9c497775e9b.zip tk-540a0021c6a22c0e7dc3792a4811d9c497775e9b.tar.gz tk-540a0021c6a22c0e7dc3792a4811d9c497775e9b.tar.bz2 |
2004-07-14 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXCursor.c (TkpSetCursor): The code to not
reset the cursor more often than necessary was getting fooled
when the current cursor was nulled out when the current cursor
gets freed. So in the case where the input cursor was NULL, we
have to just always set it. [Bug #894550]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-07-14 Jim Ingham <jingham@apple.com> + + * macosx/tkMacOSXCursor.c (TkpSetCursor): The code to not + reset the cursor more often than necessary was getting fooled + when the current cursor was nulled out when the current cursor + gets freed. So in the case where the input cursor was NULL, we + have to just always set it. [Bug #894550] + 2004-07-13 Don Porter <dgp@users.sourceforge.net> * library/tkfbox.tcl: Corrected coding errors in most recent change. |