Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit bfcb537

Browse files
committed
bug fix
1 parent 037b258 commit bfcb537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.uiwidgets/Runtime/rendering/shifted_box.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public AlignmentGeometry alignment {
242242
}
243243

244244
_alignment = value;
245-
markNeedsLayout();
245+
_markNeedResolution();
246246
}
247247
}
248248

0 commit comments

Comments
 (0)