Browse Source

Merge branch 'master' into fixes/Issue_5578

pull/5579/head
Dariusz Komosiński 5 years ago
committed by GitHub
parent
commit
31dae767c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Layout/UniformGridLayout.cs

2
src/Avalonia.Layout/UniformGridLayout.cs

@ -447,7 +447,7 @@ namespace Avalonia.Layout
// and only use the layout when to clear it when it's done.
gridState.EnsureFirstElementOwnership(context);
return new Size(desiredSize.Width, desiredSize.Height);
return desiredSize;
}
protected internal override Size ArrangeOverride(VirtualizingLayoutContext context, Size finalSize)

Loading…
Cancel
Save