diff options
| author | Naveen Michaud-Agrawal <naveen.michaudagrawal@gmail.com> | 2023-11-17 12:59:53 +0000 |
|---|---|---|
| committer | Naveen Michaud-Agrawal <naveen.michaudagrawal@gmail.com> | 2023-11-17 13:00:20 +0000 |
| commit | 35f00d4267d1ece3b6a86fe96769bfe92c8b743d (patch) | |
| tree | ca1aab27d4cb313050281fc349be230d7d0fa202 /virtual-programs | |
| parent | Change the text api slightly to use position instead of center (diff) | |
| download | folk-35f00d4267d1ece3b6a86fe96769bfe92c8b743d.tar.gz folk-35f00d4267d1ece3b6a86fe96769bfe92c8b743d.zip | |
fixup
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/display/text.folk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual-programs/display/text.folk b/virtual-programs/display/text.folk index fa68aa40..2afbdc72 100644 --- a/virtual-programs/display/text.folk +++ b/virtual-programs/display/text.folk @@ -217,7 +217,7 @@ On process "display" { lassign [dict get $options center] x0 y0 } elseif {[dict exists $options position]} { lassign [dict get $options position] x0 y0 - else { + } else { set x0 [dict get $options x] set y0 [dict get $options y] } |
