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

[win32] Always use native zoom for OS theme calls #1574

Merged
merged 1 commit into from
Nov 6, 2024

Commits on Nov 6, 2024

  1. [win32] Always use native zoom for OS theme calls

    This commit changes all DPI dependent OS theme calls to use the native zoom instead of using the zoom adjusted by the swt.autoScale setting. This is neccessary, because theme dependent elements like the checkbox for a button will be drawn by the OS and must be calculated with the native zoom.
    
    Fixes eclipse-platform#1573
    akoch-yatta committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    995cbb6 View commit details
    Browse the repository at this point in the history