Clear monitor on page change
This commit is contained in:
parent
b6597650af
commit
10ea229fbf
@ -162,7 +162,7 @@ local function itemList(groups, wBudget, hBudget, savedState, onClick, setPage)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local tabLinePad = Padding:new{
|
local tabLinePad = Padding:new{
|
||||||
top = hBudget - (entryEnd - entryStart) - 1,
|
top = hBudget - (entryEnd - entryStart),
|
||||||
element = tabLine
|
element = tabLine
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -183,7 +183,7 @@ local function updatePageRender(state, pages)
|
|||||||
if changingPage then
|
if changingPage then
|
||||||
state.pageState = nil
|
state.pageState = nil
|
||||||
end
|
end
|
||||||
|
state.monitor.clear()
|
||||||
state._pageRender = pages[state.currentPage](state)
|
state._pageRender = pages[state.currentPage](state)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user