mirror of
https://github.com/Insality/druid.git
synced 2025-11-26 19:00:50 +01:00
Update helper to use gui.get to reduce memory footprint
This commit is contained in:
@@ -307,7 +307,7 @@ end
|
||||
|
||||
--- Set text to text field
|
||||
-- @tparam Text self @{Text}
|
||||
-- @tparam string set_to Text for node
|
||||
-- @tparam string|number|boolean set_to Text for node
|
||||
-- @treturn Text Current text instance
|
||||
function Text.set_to(self, set_to)
|
||||
set_to = set_to or ""
|
||||
|
||||
Reference in New Issue
Block a user