Initalize font size to 16, closes #21165

This commit is contained in:
Juan Linietsky 2018-08-24 11:20:50 -03:00
parent 750f128a05
commit c399c41dfb
1 changed files with 1 additions and 0 deletions

View File

@ -1034,6 +1034,7 @@ SelfList<DynamicFont>::List DynamicFont::dynamic_fonts;
DynamicFont::DynamicFont() : DynamicFont::DynamicFont() :
font_list(this) { font_list(this) {
cache_id.size = 16;
spacing_top = 0; spacing_top = 0;
spacing_bottom = 0; spacing_bottom = 0;
spacing_char = 0; spacing_char = 0;