You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made the minimum fix to make AnkhSvn work, by calling the function SetThreadDpiAwarenessContext with the parameter NativeImports.DPI_AWARENESS_CONTEXT.SystemAware.
The better solution would be full support for Per-monitor DPI awareness V2 (PMv2), but at present I don't know enough about it, or about the window management in AnkhSVN to implement it.
I'm using a laptop display at 125% scale and an external monitor at 100% scale.
It can happen this way...
Start with VS on the 100% display.
Right click a changed file in solution explorer and access the Commit form.
(1) Form appears on the 100% display, it's resized incorrectly and the buttons are inaccessible.
OR
(2) Form appears on the 125% display, it's resized incorrectly and the buttons are inaccessible.
The text was updated successfully, but these errors were encountered: