Add frame.clear to redraw in listframes

This commit is contained in:
Ben 2024-06-02 20:24:44 +02:00
parent dc5a9b18df
commit 2a8e35ad94
Signed by: ben
GPG key ID: 0F54A7ED232D3319

View file

@ -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