Skip to content
Snippets Groups Projects
Commit 40121305 authored by dg's avatar dg
Browse files

Talkbox has no popup animation

git-svn-id: http://svn.net-core.org/repos/t-engine4@5850 51575b47-30f0-44d4-a5cc-537603b46e54
parent 02f4329a
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ function _M:init(chat, on_end)
self.max = 300
self.absolute = absolute
Dialog.init(self, self:getTitle(), 320, 110)
Dialog.init(self, self:getTitle(), 320, 110, nil, nil, nil, nil, false)
local c_box = Textbox.new{title="Say: ", text="", chars=60, max_len=max,
fct=function(text) self:okclick() end,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment