Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash on controlSize when image not yet available
Fixes the crash reported here https://2dimensions.slack.com/archives/C078KG6KAJY/p1729725850289449. For referenced images, we need to store off the layout size and update its size after the image has loaded, so we have its width and height in order to properly scale it to the layout's bounds. Diffs= 4fec171eac Fix crash on controlSize when image not yet available (#8414)
- Loading branch information