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

Update font scale on monitor scale change for RENDERER backend (macOS) #1650

Merged
merged 2 commits into from
Jun 20, 2024

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    cb2f36d View commit details
    Browse the repository at this point in the history
  2. fix(renderer): check every font of a fontgroup for scale changes in `…

    …update_font_scale`
    
    It is needed because fonts can be reused between groups and outside of them.
    So if the first font of a group has already been scaled, we still need to check if the others still needs to be scaled.
    Guldoman committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4096c8d View commit details
    Browse the repository at this point in the history