forked from sascha/godot
Fix calculation bug with `TextEdit::get_line_height()`
When `get_line_height()` is less than `1`, there is no visible text.
So limit the return value of `get_line_height()` to **not less** than
`1` for calculation.
(cherry picked from commit 391bce44b7)
4.0
parent
566ad9813e
commit
ce116e4708
Loading…
Reference in New Issue