diff options
| author | ruki <[email protected]> | 2018-01-19 22:47:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-01-19 10:43:24 +0800 |
| commit | 2e300a17250c2e391cd36d5743b806877982eaf2 (patch) | |
| tree | 50a2ff493734fd03763f53eb9fbeafa06cded5e2 /tests/ui/dialog.lua | |
| parent | 41ad9ed26eec93d72782a6db633124b754fd2258 (diff) | |
fix refresh bug
Diffstat (limited to 'tests/ui/dialog.lua')
| -rw-r--r-- | tests/ui/dialog.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/ui/dialog.lua b/tests/ui/dialog.lua index 9e4d601c1..827ca1385 100644 --- a/tests/ui/dialog.lua +++ b/tests/ui/dialog.lua @@ -77,9 +77,7 @@ function demo:init() dialog_input:show(false) end) self:insert(dialog_input, {centerx = true, centery = true}) - - -- TODO --- dialog_input:show(false) + dialog_input:show(false) end -- main entry |
