diff options
-rwxr-xr-x | tkread | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ proc markup {widget} { set localfile [file tail $src] if [file exists $localfile] { set curimg [image create photo -file $localfile] - $widget image create $insertion -image $curimg + $widget image create $insertion -image $curimg -align baseline set cur $insertion } else { $widget insert $insertion $alt |