Commit d8fe0be
Relayout text on changes to
# Objective
`LineHeight` was removed from `TextFont` and made into a component, but
change detection on the `LineHeight` component to trigger a relayout
wasn't added.
## Solution
Add `Changed<LineHeight>` query filters to `detect_text_needs_rerender`.LineHeight (bevyengine#21779)1 parent 05d4c51 commit d8fe0be
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
| 677 | + | |
677 | 678 | | |
678 | 679 | | |
679 | 680 | | |
| |||
687 | 688 | | |
688 | 689 | | |
689 | 690 | | |
| 691 | + | |
690 | 692 | | |
691 | 693 | | |
692 | 694 | | |
| |||
0 commit comments