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
Sidar in the Discord was having issues, wondering why changing the Texture parameter on an Image element wasn't updating his UI. With help from Droob, he found a workaround in @key
I narrowed down the issue a bit more from the information he provided.
Press the 1, 2, and 3 keys. Each one is supposed to change the texture being drawn in the middle of the screen.
If you enable Use Workaround, it will use the @key workaround and it works properly.
If you enable Draw Nudging Text, you'll note that the Texture does get updated if the layout changes. This is something I accidentaly discovered when building the sample project.
Expected behavior
The @key workaround should not be necessary, if the Texture parameter changes it should be redrawn.
Version / Commit
26.06.29-d9949da
Describe the bug
Sidar in the Discord was having issues, wondering why changing the Texture parameter on an Image element wasn't updating his UI. With help from Droob, he found a workaround in
@keyI narrowed down the issue a bit more from the information he provided.
To Reproduce
Sample project: imagetexturechange.zip
Press the 1, 2, and 3 keys. Each one is supposed to change the texture being drawn in the middle of the screen.
If you enable Use Workaround, it will use the
@keyworkaround and it works properly.If you enable Draw Nudging Text, you'll note that the Texture does get updated if the layout changes. This is something I accidentaly discovered when building the sample project.
Expected behavior
The
@keyworkaround should not be necessary, if the Texture parameter changes it should be redrawn.Media/Files
2026-06-30_11-28-04.mp4
Additional context
No response