diff options
| author | ruki <[email protected]> | 2018-01-25 22:32:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-01-25 09:13:54 +0800 |
| commit | 231320f8fc52bd03ab88f048a6e0efa027346c83 (patch) | |
| tree | d57ae0bddd4d446dae0e4f085f3966bdc5a35027 /xmake/core/ui/window.lua | |
| parent | 630c94df8a7b3b51a35c166c6a310a97c754989b (diff) | |
fix tab event for dialog
Diffstat (limited to 'xmake/core/ui/window.lua')
| -rw-r--r-- | xmake/core/ui/window.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/ui/window.lua b/xmake/core/ui/window.lua index 158f3d3f3..2d10cd126 100644 --- a/xmake/core/ui/window.lua +++ b/xmake/core/ui/window.lua @@ -109,7 +109,7 @@ end -- on event function window:event_on(e) - + -- select panel? if e.type == event.ev_keyboard then if e.key_name == "Tab" then |
