summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2015-05-24 12:41:08 +0100
committerNick White <git@njw.name>2015-05-24 12:41:08 +0100
commitf010a9efb0958aa84051f2bce5da70e5a30e7891 (patch)
tree9e5d1587030d145142240cf92887dde243018f75
parent54b6a0ea9bc14edda4300ad4cee66a870db7f87a (diff)
downloadtkread-master.tar.bz2
tkread-master.zip
Fix syntax errorHEADmaster
-rwxr-xr-xtkread1
1 files changed, 1 insertions, 0 deletions
diff --git a/tkread b/tkread
index 96e5f03..ab08cec 100755
--- a/tkread
+++ b/tkread
@@ -361,6 +361,7 @@ proc scaleImages {} {
global fontsize
global imgcache
global imgshrunk
+ global width
foreach img [.t image names] {
set charwidth [font measure "{$fontfamily} $fontsize" "0"]