-
This commit is contained in:
@@ -128,7 +128,7 @@ function drawDesktop()
|
||||
local count = 0
|
||||
local t = titleHeight
|
||||
|
||||
for i = 0,numberOfPanels - 1,+1 do
|
||||
for i = numberOfPanels - 1, 0, -1 do
|
||||
drawPanel(panelWidth*i+1, titleHeight + 1, newH - titleHeight)
|
||||
if i == 0 then
|
||||
for address, name in pairs(cellsID) do
|
||||
|
||||
Reference in New Issue
Block a user