Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get hug working with text autoHeight
When measuring text, we need to make sure to always use the wrap value when effectiveSizing is set to autoHeight because we need to compute the correct height. This affects layouts which were set to hug text objects that were set to autoHeight. Before: <img width="337" alt="Screenshot 2025-01-28 at 1 33 08 PM" src="https://github.com/user-attachments/assets/b9bec882-24a3-4d33-bb7b-83ca5255c2d2" /> After: <img width="345" alt="Screenshot 2025-01-28 at 1 33 29 PM" src="https://github.com/user-attachments/assets/745498d5-aa0e-439d-b15f-3b03c6622bbf" /> Diffs= 16063fdc26 Get hug working with text autoHeight (#8928)
- Loading branch information