Init all fonts to NULL, so if they arent in the config they use the default font
This commit is contained in:
parent
0cd6f4e43c
commit
02a956b065
1 changed files with 2 additions and 0 deletions
|
@ -985,6 +985,8 @@ void config_startup(ObtXmlInst *i)
|
|||
config_font_inactivewindow = NULL;
|
||||
config_font_menuitem = NULL;
|
||||
config_font_menutitle = NULL;
|
||||
config_font_activeosd = NULL;
|
||||
config_font_inactiveosd = NULL;
|
||||
|
||||
obt_xml_register(i, "theme", parse_theme, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue