Fixes wrong vertical font layout in RichTextLabel
This commit is contained in:
parent
859ac6233d
commit
77b1320fb4
2 changed files with 24 additions and 4 deletions
|
|
@ -80,6 +80,8 @@ private:
|
|||
Item *from;
|
||||
Vector<int> offset_caches;
|
||||
Vector<int> height_caches;
|
||||
Vector<int> ascent_caches;
|
||||
Vector<int> descent_caches;
|
||||
Vector<int> space_caches;
|
||||
int height_cache;
|
||||
int height_accum_cache;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue