From 86870a5f33cfb637bd6da0886d5ff362b324e27e Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Thu, 1 Jun 2023 23:56:16 -0400 Subject: Fix laptop label --- virtual-programs/label.folk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'virtual-programs') 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} { -- cgit v1.2.3