fix panel select_prev arg
This commit is contained in:
@@ -255,7 +255,7 @@ function panel:select_next(start, reset)
|
||||
end
|
||||
|
||||
-- select the previous view
|
||||
function panel:select_prev(start)
|
||||
function panel:select_prev(start, reset)
|
||||
|
||||
-- is empty?
|
||||
if self:empty() then
|
||||
|
||||
Reference in New Issue
Block a user