Initalize font size to 16, closes #21165

(cherry picked from commit c399c41dfb)
This commit is contained in:
Juan Linietsky 2018-08-24 11:20:50 -03:00 committed by Rémi Verschelde
parent 134428aefd
commit 202528c557

View file

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