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] workaround for ImageDataProvider implementation #1569

Commits on Nov 4, 2024

  1. [win32] workaround for ImageDataProvider implementation

    This commit adds a workaround for ImageDataProvider implementations that instantiate new Images inside the getImageData(zoom) implementation. This image can be instantiated with the wrong zoom in a multi zoom setting as Images still relay on the static zoom value in DPIUtil. This workaround should be replaced by a proper solution.
    
    Contributes to eclipse-platform#62 and eclipse-platform#131
    akoch-yatta committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    bb4f693 View commit details
    Browse the repository at this point in the history