Hi, looks like GUI text node override itself value to default in runtime when engine switched layouts.
Reproduce:
- create gui with text node and layouts portrait and landscape
- set node text to “TEST”
- change in runtime text to “…”
- change window resolution to layout’s switching
- text node restore self text value to “TEST”
Of course we can catch message LAYOUT_CHANGED
and change text back, but…
So, question: is it a bug or a feature?
p.s. may be the similar question Text node is recreating after minimizing window (DEF-2520)