diff options
author | Nick White <git@njw.name> | 2015-05-24 12:41:08 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2015-05-24 12:41:08 +0100 |
commit | f010a9efb0958aa84051f2bce5da70e5a30e7891 (patch) | |
tree | 9e5d1587030d145142240cf92887dde243018f75 | |
parent | 54b6a0ea9bc14edda4300ad4cee66a870db7f87a (diff) | |
download | tkread-f010a9efb0958aa84051f2bce5da70e5a30e7891.tar.bz2 tkread-f010a9efb0958aa84051f2bce5da70e5a30e7891.zip |
-rwxr-xr-x | tkread | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] |