From d8606f005616109a36208419fce474050d66e288 Mon Sep 17 00:00:00 2001 From: Tsanie Lily Date: Sun, 17 May 2020 01:30:11 +0800 Subject: [PATCH] fix: error layout when orientation changed --- Pixiview/UI/FlowLayout.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Pixiview/UI/FlowLayout.cs b/Pixiview/UI/FlowLayout.cs index eb47454..164fd38 100644 --- a/Pixiview/UI/FlowLayout.cs +++ b/Pixiview/UI/FlowLayout.cs @@ -94,6 +94,7 @@ namespace Pixiview.UI { if (v != rect) { + cachedLayout[item] = rect; item.Layout(rect); } }