diff options
| author | ruki <[email protected]> | 2017-12-27 21:03:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-12-27 00:20:57 +0800 |
| commit | 663308b956fb9cedbd002e980d716818f0b5e7b2 (patch) | |
| tree | bc0e3aee5a547db50ff61d3a7cb793d2f7f36714 /xmake/core/ui/program.lua | |
| parent | 603f29d146a735671c90d7430e7e5a200b749f74 (diff) | |
improve menubar and statusbar
Diffstat (limited to 'xmake/core/ui/program.lua')
| -rw-r--r-- | xmake/core/ui/program.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/ui/program.lua b/xmake/core/ui/program.lua index a79d2af51..16518d357 100644 --- a/xmake/core/ui/program.lua +++ b/xmake/core/ui/program.lua @@ -176,6 +176,7 @@ function program:loop(argv) -- do event if e then + event.dump(e) self:event_on(e) sleep = false else |
