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

Simplify non-client hit testing in NCIslandWindow to fix doubleclick #3024

Merged
merged 1 commit into from
Oct 2, 2019

Commits on Oct 1, 2019

  1. Simplify non-client hit testing in NCIslandWindow to fix doubleclick

    It turns out that our WM_LBUTTONDOWN handler wasn't even necessary, as
    our NCHITTEST tells win32 that all of the titlebar is actually
    non-client area. This brings the code in line with
    NonNonClientIslandWindow.
    
    Fixes #2513
    DHowett committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    45460be View commit details
    Browse the repository at this point in the history