Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Text responds to scale factor changes #1769

Closed
wants to merge 1 commit into from

Conversation

cart
Copy link
Member

@cart cart commented Mar 27, 2021

Fixes #1768

If the scale factor changes, queue up all text to be drawn instead of just changed text.

@cart cart added C-Bug An unexpected or incorrect behavior A-UI Graphical user interfaces, styles, layouts, and widgets labels Mar 27, 2021
@cart cart added this to the Bevy 0.5 milestone Mar 27, 2021
Copy link
Member

@alice-i-cecile alice-i-cecile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I see! Looks like a good fix.

@cart
Copy link
Member Author

cart commented Mar 27, 2021

bors r+

bors bot pushed a commit that referenced this pull request Mar 27, 2021
Fixes #1768

If the scale factor changes, queue up all text to be drawn instead of just changed text.
@bors bors bot changed the title Text responds to scale factor changes [Merged by Bors] - Text responds to scale factor changes Mar 27, 2021
@bors bors bot closed this Mar 27, 2021
@cart cart deleted the fix-text-scale-factor branch October 31, 2022 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Text rendering breaks across different monitor scale factors unless Texts are mutably queried
2 participants