UI image size is only updated on changes to the primary window's scale factor #17613
Labels
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
Bevy version
main + 0.15
What you did
With this example:
If you change the scale factor of the primary window it reports that both image sizes have been updated, even though the target scale factor only changed for the image on the primary window.
Or if you change the scale factor of the secondary window it doesn't update the image size for either image, even though the target scale factor changed for the image on the secondary window.
What went wrong
The UI image size is only updated on changes to the primary window's scale factor.
The text was updated successfully, but these errors were encountered: