diff options
| author | ruki <[email protected]> | 2017-12-15 22:44:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-12-15 10:29:37 +0800 |
| commit | d81f894af27987981ef3fe39e013ad3f1fadfbcf (patch) | |
| tree | 1678fafa209ee07cd1ab19375ffbc3b84c87cdee /xmake/core/ui/application.lua | |
| parent | b4c46182afdf442505f22bbf864ef2811933da49 (diff) | |
update screen in view
Diffstat (limited to 'xmake/core/ui/application.lua')
| -rw-r--r-- | xmake/core/ui/application.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/core/ui/application.lua b/xmake/core/ui/application.lua index c2b7069a6..2572e7e1d 100644 --- a/xmake/core/ui/application.lua +++ b/xmake/core/ui/application.lua @@ -53,6 +53,9 @@ function application:init(name) -- init program program.init(self, name) + -- save application + self:application_set(self) + -- add menubar, statusbar and desktop self:insert(self:statusbar()) self:insert(self:menubar()) |
