diff options
author | hobbs <hobbs> | 2002-10-02 21:23:09 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-10-02 21:23:09 (GMT) |
commit | 2ed830f34e5dd2e299da3d0bcf9bbadf0d4cd774 (patch) | |
tree | 589e93c501c567ef0a2053dcb5f89a16df6348db /ChangeLog | |
parent | 1fcd62fbe4387dc3df32f67d94f563ea8308e2c7 (diff) | |
download | tk-2ed830f34e5dd2e299da3d0bcf9bbadf0d4cd774.zip tk-2ed830f34e5dd2e299da3d0bcf9bbadf0d4cd774.tar.gz tk-2ed830f34e5dd2e299da3d0bcf9bbadf0d4cd774.tar.bz2 |
* generic/tkText.c (TextBlinkProc): don't blink the cursor unless
it is visible. [Bug #616791] [Patch #614474] (bonfield)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2002-10-02 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tkText.c (TextBlinkProc): don't blink the cursor unless + it is visible. [Bug #616791] [Patch #614474] (bonfield) + * tests/entry.test: added entry-20.7 * generic/tkEntry.c (EntryTextVarProc): check if the entry if being deleted before handling an associated textvariable. |