lvgl
lvgl copied to clipboard
fix(flex): make min-width, grow, and wrap work together
fixes #7035
Notes
- Update the Documentation if needed.
- Add Examples if relevant.
- Add Tests if applicable.
- If you added new options to
lv_conf_template.hrun lv_conf_internal_gen.py and update Kconfig. - Run
scripts/code-format.py(astyle v3.4.12needs to installed by runningcd scripts; ./install_astyle.sh) and follow the Code Conventions. - Mark the Pull request as Draft while you are working on the first version, and mark is as Ready when it's ready for review.
- When changes were requested, re-request review to notify the maintainers.
- Help us to review this Pull Request! Anyone can approve or request changes.
We need some feedback on this pull request.
Now we mark this as "Abandoned" because there was no activity here for 14 days.
Remove the "Abandoned" label or comment else this will be closed in 7 days.
The CI is failing in master after this was merged @kisvegabor
It's interesting because the CI was passing here. Anyways, I've fixed it in master.