Initalize font size to 16, closes #21165
(cherry picked from commit c399c41dfb
)
This commit is contained in:
parent
134428aefd
commit
202528c557
|
@ -965,6 +965,7 @@ SelfList<DynamicFont>::List *DynamicFont::dynamic_fonts = NULL;
|
|||
DynamicFont::DynamicFont() :
|
||||
font_list(this) {
|
||||
|
||||
cache_id.size = 16;
|
||||
spacing_top = 0;
|
||||
spacing_bottom = 0;
|
||||
spacing_char = 0;
|
||||
|
|
Loading…
Reference in New Issue