Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

NullCheck for DragPoint #438

Merged
merged 1 commit into from
Aug 16, 2023
Merged

NullCheck for DragPoint #438

merged 1 commit into from
Aug 16, 2023

Conversation

bbuerger
Copy link
Contributor

The following exception has been reported:

Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.

Full Exception:
bei AvalonDock.Controls.TransformExtensions.TransformToDeviceDPI(Visual visual, Point pt)
bei AvalonDock.DockingManager.AvalonDock.Controls.IOverlayWindowHost.HitTestScreen(Point dragPoint)
bei AvalonDock.Controls.DragService.<>c__DisplayClass9_0.b__0(IOverlayWindowHost oh)
bei System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable1 source, Func2 predicate)
bei AvalonDock.Controls.DragService.UpdateMouseLocation(Point dragPosition)
bei AvalonDock.Controls.DragService.Drop(Point dropLocation, Boolean& dropHandled)
bei AvalonDock.Controls.LayoutFloatingWindowControl.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

bei AvalonDock.Controls.LayoutAnchorableFloatingWindowControl.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

The pull request should fix this exception

@Dirkster99 Dirkster99 merged commit 2ce0033 into Dirkster99:master Aug 16, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants