summaryrefslogtreecommitdiff
path: root/xmake/core/ui/window.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-01-25 22:32:19 +0800
committerruki <[email protected]>2018-01-25 09:13:54 +0800
commit231320f8fc52bd03ab88f048a6e0efa027346c83 (patch)
treed57ae0bddd4d446dae0e4f085f3966bdc5a35027 /xmake/core/ui/window.lua
parent630c94df8a7b3b51a35c166c6a310a97c754989b (diff)
fix tab event for dialog
Diffstat (limited to 'xmake/core/ui/window.lua')
-rw-r--r--xmake/core/ui/window.lua2
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