Skip to content

Text wrapping does not work #4

@zeozeozeo

Description

@zeozeozeo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions