Draw order status in white

This commit is contained in:
Ben 2024-06-02 20:49:44 +02:00
parent 6a39e621c4
commit 9479dd14f3
Signed by: ben
GPG key ID: 0F54A7ED232D3319

View file

@ -49,6 +49,7 @@ local function drawEntry(win, obj)
win.write(obj.pos.x .. "," .. obj.pos.y .. "," .. obj.pos.z) win.write(obj.pos.x .. "," .. obj.pos.y .. "," .. obj.pos.z)
win.write(" ") win.write(" ")
end end
win.setTextColor(colors.white)
local padding local padding
if obj.status then if obj.status then
padding = winhlp.alignRightPadding(win, #obj.status + 4) padding = winhlp.alignRightPadding(win, #obj.status + 4)