This commit is contained in:
2024-02-22 23:03:08 +01:00
parent 83e11059e1
commit eb1801c4d3

View File

@@ -129,7 +129,7 @@ function drawDesktop()
local t = titleHeight local t = titleHeight
for i = numberOfPanels - 1, 0, -1 do for i = numberOfPanels - 1, 0, -1 do
drawPanel(panelWidth*i+1, titleHeight + 1, newH - titleHeight) drawPanel(panelWidth*i+1, titleHeight + 1, newH - titleHeight, 0xffffff)
if i == 0 then if i == 0 then
for address, name in pairs(cellsID) do for address, name in pairs(cellsID) do
local cell = component.proxy( address ) local cell = component.proxy( address )