-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Desktop scale change does not update text #4688
Labels
Comments
lukors
added
C-Bug
An unexpected or incorrect behavior
S-Needs-Triage
This issue needs to be labelled
labels
May 7, 2022
Can you confirm whether #4689 fixes this issue for your case. I've tested it with the |
DJMcNab
added
A-Rendering
Drawing game state to the screen
and removed
S-Needs-Triage
This issue needs to be labelled
labels
May 7, 2022
I'm on v0.7.0 on my project, and I'm running into some issues trying to upgrade to your branch. So Unfortunately I it seems like it'd be too much work to verify it it fixes it. I can report it again if it doesn't work after |
bors bot
pushed a commit
that referenced
this issue
May 9, 2022
# Objective - Fix #4688 ## Solution - Fixes #4688 - This raises an interesting question about our change detection system - is filtered queries actually a good UX for this? They're ergonomic in the easy case, but what do we recommend when it's not so. - In this case, the system should have been migrated similary to #4180 anyway, so I've done that.
robtfm
pushed a commit
to robtfm/bevy
that referenced
this issue
May 10, 2022
# Objective - Fix bevyengine#4688 ## Solution - Fixes bevyengine#4688 - This raises an interesting question about our change detection system - is filtered queries actually a good UX for this? They're ergonomic in the easy case, but what do we recommend when it's not so. - In this case, the system should have been migrated similary to bevyengine#4180 anyway, so I've done that.
exjam
pushed a commit
to exjam/bevy
that referenced
this issue
May 22, 2022
# Objective - Fix bevyengine#4688 ## Solution - Fixes bevyengine#4688 - This raises an interesting question about our change detection system - is filtered queries actually a good UX for this? They're ergonomic in the easy case, but what do we recommend when it's not so. - In this case, the system should have been migrated similary to bevyengine#4180 anyway, so I've done that.
ItsDoot
pushed a commit
to ItsDoot/bevy
that referenced
this issue
Feb 1, 2023
# Objective - Fix bevyengine#4688 ## Solution - Fixes bevyengine#4688 - This raises an interesting question about our change detection system - is filtered queries actually a good UX for this? They're ergonomic in the easy case, but what do we recommend when it's not so. - In this case, the system should have been migrated similary to bevyengine#4180 anyway, so I've done that.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bevy version
d867b61
Operating system & version
Windows 10
What you did
What you expected to happen
The text should always fit the same way in the box.
What actually happened
The text does not update along with everything else when the scale changes.
Additional information
This system can be used to work around the issue, but it would be better if something equivalent happened automatically inside Bevy by default:
The text was updated successfully, but these errors were encountered: