Skip to content

Commit

Permalink
Bugfix (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyIX committed Aug 18, 2024
1 parent 65ddf79 commit 674ec0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Core/src/Platform/Windows/WrapperView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ void UpdateBorder()
if (_borderPath is null)
{
_borderPath = new();
Children.Add(_borderPath);

int index = _shadowCanvas is not null ? 1 : 0;
Children.Insert(index, _borderPath);
}

IShape? borderShape = Border.Shape;
Expand Down

0 comments on commit 674ec0d

Please sign in to comment.