diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-02-08 15:51:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-02-08 15:51:40 (GMT) |
commit | ac0623fcb581f34d4ea0f3553fd2e0802693e001 (patch) | |
tree | 215d70b3039a5a2ef35b0b821ac407d8fe874cc8 /tests | |
parent | 3b196bb7343b482ab44f26fe9d0a4d7e3870b5c2 (diff) | |
parent | 44d53c2a50cf59036c8d2b2de7f86602ce1bffcc (diff) | |
download | tk-ac0623fcb581f34d4ea0f3553fd2e0802693e001.zip tk-ac0623fcb581f34d4ea0f3553fd2e0802693e001.tar.gz tk-ac0623fcb581f34d4ea0f3553fd2e0802693e001.tar.bz2 |
Fix [06c14339060ba9ae]: Text widget crash during delete. Thanks to François Vogel for the implementation and Brian Griffin for all his help getting this figured out.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/textDisp.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/textDisp.test b/tests/textDisp.test index f5fbd3d..5ac2e7a 100644 --- a/tests/textDisp.test +++ b/tests/textDisp.test @@ -1191,8 +1191,7 @@ test textDisp-8.12 {TkTextChanged, moving the insert cursor redraws only past an # because during (b) findDLine cannot return the display line the # cursor is in since this display line was just unlinked in (a). } {{8.0 9.0} {8.0 12.0} {8.0 12.0} {3.0 8.0} {2.0 3.0}} - -test textDisp-8.13 {TkTextChanged, [06c1433906]} { +test textDisp-8.13 {TkTextChanged, used to crash, see [06c1433906]} { .t delete 1.0 end .t insert 1.0 \nLine1\nLine2\n update |