You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When labels are used with XML, they terminate unexpectedly. This occurs whether or not a space is present in the string, leading me to believe that the XML has a default size parameter that it sets, instead of calculating the size from the label text.
I tested this on CraftOS PC, as well as in 1.19.2 CC:Tweaked.
MRE:
local basalt = require("basalt")
basalt.createFrame():loadLayout("test.xml")
basalt.autoUpdate()
What happened?
When labels are used with XML, they terminate unexpectedly. This occurs whether or not a space is present in the string, leading me to believe that the XML has a default size parameter that it sets, instead of calculating the size from the label text.
I tested this on CraftOS PC, as well as in 1.19.2 CC:Tweaked.
MRE:
test.xml
Computercraft client
Ingame (Default)
Relevant log output
No response
Latest Basalt Version
The text was updated successfully, but these errors were encountered: