Browse Source

fixes: typo

pull/6138/head
Giuseppe Lippolis 5 years ago
parent
commit
b51957f9d8
  1. 2
      src/Avalonia.Controls/Grid.cs

2
src/Avalonia.Controls/Grid.cs

@ -978,7 +978,7 @@ namespace Avalonia.Controls
/// width is not registered in columns.</param>
/// <param name="forceInfinityV">Passed through to MeasureCell.
/// When "true" cells' desired height is not registered in rows.</param>
/// <param name="hasDesiredSizeUChanged">return true when desired size has ghanged</param>
/// <param name="hasDesiredSizeUChanged">return true when desired size has changed</param>
private void MeasureCellsGroup(
int cellsHead,
Size referenceSize,

Loading…
Cancel
Save