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

fix: Change how window resize detection works #1458

Merged

Commits on Aug 5, 2022

  1. fix: Change how window resize detection works

    Changes how the detection of window resizing works. Previously relied
    on hardcoded 800 x 600 value, which was not always correct on MacOS, or
    rescaling by the scaling factor, which was not always correct on Linux.
    
    The physical size of the window is now stored right after the window is
    initialized, and this value is used whenever we check for window
    resizing.
    chipbuster committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    6451a6d View commit details
    Browse the repository at this point in the history