Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a couple of issues: 1. When checking if a component should default to fixed or hug, parametric Shapes were improperly bucketed as fixed because a Shape is a Node, so the if statement needed to be adjusted. 2. When synching style, need to reset flexGrow/flexShrink in particular because if a layout was created with type fill initially, the flexShrink value would never get reset, so the sizing behavior was wrong. Diffs= bc4d42b7b Layout misc fixes (#8292)
- Loading branch information