From 83e11059e1d2f67a6c7657ee5443a2029dc76e67 Mon Sep 17 00:00:00 2001 From: Frederick Meisel Date: Thu, 22 Feb 2024 23:00:07 +0100 Subject: [PATCH] - --- PowerManager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerManager.lua b/PowerManager.lua index f156521..083a230 100644 --- a/PowerManager.lua +++ b/PowerManager.lua @@ -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