Add frame.clear to redraw in listframes
This commit is contained in:
parent
dc5a9b18df
commit
2a8e35ad94
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue