summaryrefslogtreecommitdiffstats
path: root/tests/textDisp.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-07-16 20:04:58 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-07-16 20:04:58 (GMT)
commit46f3ab801389824a4cb3eb9df443354c2576225a (patch)
tree8462f6d4cf49dd860f976296df3b86dacfbc1cd1 /tests/textDisp.test
parent13f7bd8731b24736026b60e9e7923f7a3e88d6fb (diff)
parent2aac8da53c318dfb1989cc1f9c68eed5a7988999 (diff)
downloadtk-46f3ab801389824a4cb3eb9df443354c2576225a.zip
tk-46f3ab801389824a4cb3eb9df443354c2576225a.tar.gz
tk-46f3ab801389824a4cb3eb9df443354c2576225a.tar.bz2
merge core-8-6-branch
Diffstat (limited to 'tests/textDisp.test')
-rw-r--r--tests/textDisp.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textDisp.test b/tests/textDisp.test
index 2fad951..241f36b 100644
--- a/tests/textDisp.test
+++ b/tests/textDisp.test
@@ -120,7 +120,7 @@ proc bo {{w .t}} {
# x-width of $n chars, fixed width font
proc xw {n} {
- global fixedWidth
+ global fixedWidth
return [expr {$n * $fixedWidth}]
}
# x-coordinate of the first pixel of $n-th char (count starts at zero), left justified