Remove red-clearing for debugging
This commit is contained in:
parent
6ec60f8e1c
commit
3269df63d6
|
@ -16,9 +16,6 @@ local function redrawLine(idx)
|
||||||
local tw, th = frame.getSize()
|
local tw, th = frame.getSize()
|
||||||
if idx >= paginationOffset and idx-paginationOffset <= th then
|
if idx >= paginationOffset and idx-paginationOffset <= th then
|
||||||
frame.setCursorPos(1, idx-paginationOffset+1)
|
frame.setCursorPos(1, idx-paginationOffset+1)
|
||||||
frame.setBackgroundColor(colors.red)
|
|
||||||
frame.clearLine()
|
|
||||||
frame.setBackgroundColor(colors.black)
|
|
||||||
if drawLine then
|
if drawLine then
|
||||||
drawLine(frame, backingList[idx])
|
drawLine(frame, backingList[idx])
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue