diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-03 14:38:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-03 14:38:26 (GMT) |
commit | 769c871f62cd237acec5479e978538048a44ffa7 (patch) | |
tree | 2d4e9864e81d0f27b215dfb7d0b3cfc5aee6f0c5 /tests/textIndex.test | |
parent | dd934a212b23380896103b0f3a1ff1cccfc8718e (diff) | |
parent | 83284028be79738bc82ba21dd3f02fe2effb46ee (diff) | |
download | tk-769c871f62cd237acec5479e978538048a44ffa7.zip tk-769c871f62cd237acec5479e978538048a44ffa7.tar.gz tk-769c871f62cd237acec5479e978538048a44ffa7.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tests/textIndex.test')
-rw-r--r-- | tests/textIndex.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textIndex.test b/tests/textIndex.test index 646c0a3..6dc5e8f 100644 --- a/tests/textIndex.test +++ b/tests/textIndex.test @@ -812,7 +812,7 @@ test textIndex-19.12.2 {Display lines} { } 1 test textIndex-19.13 {Display lines} { - destroy {*}[pack slaves .] + destroy {*}[pack content .] text .txt -height 1 -wrap word -yscroll ".sbar set" -width 400 scrollbar .sbar -command ".txt yview" grid .txt .sbar -sticky news |