Skip to content

Commit

Permalink
Fixed docking below horizontal split
Browse files Browse the repository at this point in the history
  • Loading branch information
Reavenk committed Mar 10, 2021
1 parent f142910 commit 477ccc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UIDock/Root.cs
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ private Dock DockWindowImpl(Window win, Dock dst, DropType dt)
newDock.parent = dst.parent;
int dstIdx = dst.parent.children.IndexOf(dst);
dst.parent.children.Insert(dstIdx + 1, newDock);
return newDock;
}
}

Expand Down

0 comments on commit 477ccc0

Please sign in to comment.