Fixes wrong vertical font layout in RichTextLabel

This commit is contained in:
Bernhard Liebl
2018-01-14 18:12:09 +01:00
parent 859ac6233d
commit 77b1320fb4
2 changed files with 24 additions and 4 deletions

View File

@ -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;