Skip to content

Commit

Permalink
chore: Adjust formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Oct 9, 2024
1 parent adf5b49 commit 5556f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/UI/Xaml/ILayouterElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ internal static bool DoMeasure(this ILayouterElement element, Size availableSize
{
var previousDesiredSize = childAsUIElement.m_desiredSize;
childAsUIElement.EnsureLayoutStorage();

// TODO: This is NOT correct. This should call DoMeasure (the same method we are in currently!)
element.Layouter.MeasureChild(child, childAsUIElement.m_previousAvailableSize);
var newDesiredSize = childAsUIElement.m_desiredSize;
Expand Down

0 comments on commit 5556f7d

Please sign in to comment.