-
Notifications
You must be signed in to change notification settings - Fork 28
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
HighDPI problem: SizeGrip of dialogs vanishes, when ... #13
Comments
What version of Windows did you test on? Does it happen also with both monitors having 100% or both 150% scaling settings? |
I am on Windows 10 1803 Prof. DE, using Visual Studio 2019 16.2.3 with PlatformToolset v142 and Windows SDK Version 10.0.18362.0. |
Not sure if the Scrollbar control has the correct position and size... it seems not. |
Could you show me the Rect coordinates of both the Scrollbar child window and the parent dialog window? |
It seems the sizegrip is not where it should be: for example, the rightmost coordinate is -879, while the dialog rightmost coordinate is -854. That's an offset of 25px horizontally (and 27px vertically), that seems too much to account only for the window border. Anyway, like I said the library is not "DPI aware" so anything weird can happen. |
moving the dialog (resizablelib\ResizableDialog) demo application from a monitor (main) with 150% scaling to a monitor (secondary) with 100% scaling and the demo application has "Per Monitor High DPI Aware V2" enabled.
The application is started from 150% monitor.
With the setting "No theme" is is partly visible.
Used Manifest:
The text was updated successfully, but these errors were encountered: