-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
NonClientIslandWindow -- titlebar doubleclick no longer minmaxes #2513
Comments
I broke this with #2438 almost certainly |
Mine works... |
Our open bugs generally refer to whatever's on the |
I just installed the terminal from the store and that's the first bug I've noticed.
|
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
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
🎉This issue was addressed in #3024, which has now been successfully released as Handy links: |
Double-click the titlebar as of 0.3.2321; it does not min/max.
The text was updated successfully, but these errors were encountered: