summaryrefslogtreecommitdiff
path: root/xmake/core/ui/action.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-01-25 22:40:10 +0800
committerruki <[email protected]>2018-01-25 10:01:05 +0800
commit0c2c2d7b393d63caceea975eca697dc8d6665a1c (patch)
treeee13d1f8493b66ee5c35d010bb1bf4165735f8ee /xmake/core/ui/action.lua
parent231320f8fc52bd03ab88f048a6e0efa027346c83 (diff)
on select item for menuconf
Diffstat (limited to 'xmake/core/ui/action.lua')
-rw-r--r--xmake/core/ui/action.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/ui/action.lua b/xmake/core/ui/action.lua
index 2fcbbdf97..431a047f2 100644
--- a/xmake/core/ui/action.lua
+++ b/xmake/core/ui/action.lua
@@ -43,6 +43,7 @@ end
-- register action enums
action:register("ac_max",
"ac_on_text_changed",
+ "ac_on_selected",
"ac_on_enter",
"ac_on_load",
"ac_on_save",