On 1/29/2026 10:17 PM, Wolfgang Schuster wrote:
Hi,
line 556 in colo-ini.lua:
local function definelabcolor(name,str,global,freeze) -- still
inconsistent color vs transparent
local settings = settings_to_hash_strict(str)
if settings then
local s
local a = settings.a
local t = settings.t
local l = settings.l
if l then
...
else
local x = settings.x
- local y = settings.z
+ local y = settings.y
local z = settings.z
...
end
...
end
colorset[name] = true-- maybe we can store more
end
Oeps, good catch!
Hans
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
_______________________________________________
dev-context mailing list -- [email protected]
To unsubscribe send an email to [email protected]