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

If WordWrap is enabled the alignment is ignored #599

Merged
merged 1 commit into from
Jun 18, 2024

Commits on Jun 10, 2024

  1. If WordWrap is enabled the alignment is ignored

    Currently if one set wordwrap to true a textlayout is used to render the
    text, but if one combines this with for example a center align the text
    still is left aligned.
    
    This now sets the alignment into the textlayout to perform desired
    rendering.
    laeubi committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    30a9e34 View commit details
    Browse the repository at this point in the history