From 1c58e1554f604097329153af060e1bab70d64004 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 28 Aug 2015 00:07:02 +0200 Subject: [PATCH] Removed extra call to ArrangeOverride. Not sure how that crept in there! --- Perspex.Layout/Layoutable.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Perspex.Layout/Layoutable.cs b/Perspex.Layout/Layoutable.cs index 1f0087d9f8..9d0696ce76 100644 --- a/Perspex.Layout/Layoutable.cs +++ b/Perspex.Layout/Layoutable.cs @@ -579,7 +579,6 @@ namespace Perspex.Layout { originX = Math.Floor(originX); originY = Math.Floor(originY); - size = this.ArrangeOverride(size).Constrain(size); } this.Bounds = new Rect(originX, originY, size.Width, size.Height);