mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02: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