fix: error layout when orientation changed

This commit is contained in:
Tsanie Lily 2020-05-17 01:30:11 +08:00
parent 67009fc9b6
commit d8606f0056

View File

@ -94,6 +94,7 @@ namespace Pixiview.UI
{ {
if (v != rect) if (v != rect)
{ {
cachedLayout[item] = rect;
item.Layout(rect); item.Layout(rect);
} }
} }