From 2a8e35ad940715ac9d4a0f19e25a8c8cef8dfff9 Mon Sep 17 00:00:00 2001 From: Benedikt Ziemons Date: Sun, 2 Jun 2024 20:24:44 +0200 Subject: [PATCH] Add frame.clear to redraw in listframes --- listframes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/listframes.lua b/listframes.lua index 3f09e21..a72f4b0 100644 --- a/listframes.lua +++ b/listframes.lua @@ -109,6 +109,7 @@ end local function redraw() if drawEntry then + frame.clear() local tw, th = frame.getSize() local yPos = 2-paginationPos for idx = 1, length, 1 do