diff options
| author | ruki <[email protected]> | 2020-11-12 00:44:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-12 00:44:29 +0800 |
| commit | 225456892fe91e9d109a1493d387e23fa4721dd2 (patch) | |
| tree | d6def8f8995ec70662eb520b032ab73dd0994278 | |
| parent | e0536d3ac004e4797d620dfd52729bd3393aa4ba (diff) | |
fix panel select_prev
| -rw-r--r-- | xmake/core/ui/panel.lua | 2 |
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 |
