summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/ui/panel.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/ui/panel.lua b/xmake/core/ui/panel.lua
index e281edb5a..011eed19a 100644
--- a/xmake/core/ui/panel.lua
+++ b/xmake/core/ui/panel.lua
@@ -250,7 +250,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