You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR contains 2 fixes:
1. Reverted the change to set overflow to scroll. Upon further digging, the reason why the CPP code was behaving differently than dart was because CPP wasn't respecting the maxSize passed into the measure function. Updated CPP to match dart.
2. Fixes an issue Michael posted here: https://2dimensions.slack.com/archives/C078KG6KAJY/p1730234389356109. The issue was that when a layout has both layouts and a IntrinsicallySizeable object as children, the child layouts are rendered correctly, but the IntrinsicallySizeable child was not sizing properly due to a previous fix that did not pass the width/height to controlSize if the parent was set to hug.
Regarding the overflow, I think this could be useful, so will discuss adding it as an inspector option in the future.
Diffs=
1d5a580041 Layout Fixes (#8468)
0 commit comments