resize boxdialog.text
This commit is contained in:
@@ -75,5 +75,11 @@ function boxdialog:box()
|
|||||||
return self._BOX
|
return self._BOX
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- on resize
|
||||||
|
function boxdialog:on_resize()
|
||||||
|
self:text():text_set(self:text():text())
|
||||||
|
textdialog.on_resize(self)
|
||||||
|
end
|
||||||
|
|
||||||
-- return module
|
-- return module
|
||||||
return boxdialog
|
return boxdialog
|
||||||
|
Reference in New Issue
Block a user