diff options
| author | ruki <[email protected]> | 2018-01-18 22:35:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-01-18 09:31:31 +0800 |
| commit | afdb22dcfeb898e051ed360fce04152b861aa3ad (patch) | |
| tree | 5a8f56a1a527b86b282a1bb726fe1c497c6ef04e /xmake/core/ui/textdialog.lua | |
| parent | 921a48f8332381d30c814419bfa05230155d342c (diff) | |
improve bounds for view
Diffstat (limited to 'xmake/core/ui/textdialog.lua')
| -rw-r--r-- | xmake/core/ui/textdialog.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/ui/textdialog.lua b/xmake/core/ui/textdialog.lua index 74fb7008b..42dc3f45b 100644 --- a/xmake/core/ui/textdialog.lua +++ b/xmake/core/ui/textdialog.lua @@ -25,6 +25,7 @@ -- load modules local log = require("ui/log") local rect = require("ui/rect") +local event = require("ui/event") local dialog = require("ui/dialog") local curses = require("ui/curses") local textarea = require("ui/textarea") |
