We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello.
I found that FloatingPaneManager.FloatingPane_FloatTabRequest incorrectly process the result of Windows.GetCursorPosition.
OpenControls.Wpf/OpenControls.Wpf.DockManager/FloatingPaneManager.cs
Line 514 in 7dadcdd
It need to pass the result through Windows.ScaleByDpi, too.
The text was updated successfully, but these errors were encountered:
Fix for issue LeifUK#12.
8eae0a6
Merged changes from pull requests to cover Issues LeifUK#10, LeifUK#12,
33534dc
LeifUK#14.
No branches or pull requests
Hello.
I found that FloatingPaneManager.FloatingPane_FloatTabRequest incorrectly process the result of Windows.GetCursorPosition.
OpenControls.Wpf/OpenControls.Wpf.DockManager/FloatingPaneManager.cs
Line 514 in 7dadcdd
It need to pass the result through Windows.ScaleByDpi, too.
The text was updated successfully, but these errors were encountered: