diff options
| author | Omar Rizwan <omar@omar.website> | 2023-06-02 03:56:16 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2023-06-02 03:56:16 +0000 |
| commit | 86870a5f33cfb637bd6da0886d5ff362b324e27e (patch) | |
| tree | 80ff7f558ac47bfce44e8e3edc0e88e07c8fded2 /virtual-programs | |
| parent | Partly add fn. Laptop GUI mostly works, except label broken (diff) | |
| download | folk-86870a5f33cfb637bd6da0886d5ff362b324e27e.tar.gz folk-86870a5f33cfb637bd6da0886d5ff362b324e27e.zip | |
Fix laptop label
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/label.folk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/virtual-programs/label.folk b/virtual-programs/label.folk index 1bb891c1..29745a5a 100644 --- a/virtual-programs/label.folk +++ b/virtual-programs/label.folk @@ -21,7 +21,8 @@ When /thing/ has region /region/ { set ly [expr {$shouldFlip ? $y+$lineNum*$fontSize*18 : $y+$lineNum*$fontSize*18}] Display::text device $x $ly $fontSize [lindex $lines $lineNum] $radians } - } with environment [dict create x $x y $y radians $radians shouldFlip $shouldFlip] + } + # with environment [dict create x $x y $y radians $radians shouldFlip $shouldFlip] } fn text {coords text angle} { |
