diff options
| author | ruki <[email protected]> | 2018-01-13 00:37:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-01-12 21:45:36 +0800 |
| commit | 788f52e46e4333be8522f80cd033eba206fda3ff (patch) | |
| tree | ac4db1a6452e489f817ae3a37b280840e916b8c9 /xmake/core/ui/program.lua | |
| parent | bcb58d536cb131be4358d8893cfd1db77f72d942 (diff) | |
add resize state
Diffstat (limited to 'xmake/core/ui/program.lua')
| -rw-r--r-- | xmake/core/ui/program.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/core/ui/program.lua b/xmake/core/ui/program.lua index 2075a466d..0fe44049b 100644 --- a/xmake/core/ui/program.lua +++ b/xmake/core/ui/program.lua @@ -201,6 +201,9 @@ function program:loop(argv) break end + -- resize views + self:resize() + -- draw views self:draw() |
