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: update Windows' cache after changing window's style #31080

Commits on Sep 23, 2021

  1. fix: update Windows' cache after changing window's style

    To enable/disable window resizing we set/unset WS_THICKFRAME style
    flag on the window. Window's frame styles are cached so we need to
    call SetWindowPos with the SWP_FRAMECHANGED flag set to update
    cache properly.
    CezaryKulakowski authored and electron-bot committed Sep 23, 2021
    Copy the full SHA
    edb79a1 View commit details
    Browse the repository at this point in the history