Skip to content

Commit

Permalink
fix: Invalid value
Browse files Browse the repository at this point in the history
  • Loading branch information
dr1rrb committed Feb 3, 2021
1 parent a3fd5d3 commit 270bf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/UI/Xaml/Controls/Layouter/Layouter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public void Arrange(Rect finalRect)
{
if (_elementAsUIElement?.IsVisualTreeRoot ?? false)
{
UIElement.IsLayoutingVisualTreeRoot = true;
UIElement.IsLayoutingVisualTreeRoot = false;
}
traceActivity?.Dispose();
}
Expand Down

0 comments on commit 270bf34

Please sign in to comment.