Hurensohn commit

This commit is contained in:
2024-02-22 23:15:37 +01:00
parent 290685ae65
commit 0847726da3

View File

@@ -130,7 +130,7 @@ function drawDesktop()
for i = numberOfPanels - 1, 0, -1 for i = numberOfPanels - 1, 0, -1
do do
drawPanel(panelWidth*i+1, titleHeight + 1, newH - titleHeight, 0xffffff) drawPanel(panelWidth*i+1, titleHeight + 1, panelWidth, 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 )