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

Text wrapping does not work #4

Open
zeozeozeo opened this issue Oct 6, 2024 · 0 comments
Open

Text wrapping does not work #4

zeozeozeo opened this issue Oct 6, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@zeozeozeo
Copy link
Owner

This is a regression in egui 0.29.1 discovered in #3. Calling .with_main_wrap(true) on a min aligned layout causes weird layout bugs:

image

Layout::left_to_right(egui::Align::Min).with_main_wrap(true),

Because of this, 0.5.0 does not wrap text with TextWrapMode::Wrap correctly:

image

@zeozeozeo zeozeozeo added bug Something isn't working help wanted Extra attention is needed labels Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant