summaryrefslogtreecommitdiffstats
path: root/tests/textIndex.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-03 14:38:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-03 14:38:26 (GMT)
commit769c871f62cd237acec5479e978538048a44ffa7 (patch)
tree2d4e9864e81d0f27b215dfb7d0b3cfc5aee6f0c5 /tests/textIndex.test
parentdd934a212b23380896103b0f3a1ff1cccfc8718e (diff)
parent83284028be79738bc82ba21dd3f02fe2effb46ee (diff)
downloadtk-769c871f62cd237acec5479e978538048a44ffa7.zip
tk-769c871f62cd237acec5479e978538048a44ffa7.tar.gz
tk-769c871f62cd237acec5479e978538048a44ffa7.tar.bz2
Merge 8.6
Diffstat (limited to 'tests/textIndex.test')
-rw-r--r--tests/textIndex.test2
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