Skip to content

Commit

Permalink
Fix a issue where the dragged window still appeared above the overlay…
Browse files Browse the repository at this point in the history
… window
  • Loading branch information
Wenveo committed Dec 24, 2022
1 parent a975008 commit 2c5c80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Components/AvalonDock/Controls/DragService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ internal void UpdateMouseLocation(Point dragPosition)
if (_currentDropTarget != null)
{
_currentWindow.DragEnter(_currentDropTarget);
BringWindowToTop2((Window)_currentWindow);
return;
}
});
Expand Down

0 comments on commit 2c5c80c

Please sign in to comment.