Fall back to Sans if no font setting found
Sigh...
This commit is contained in:
parent
c09fdc49a7
commit
56ddd024eb
@ -232,6 +232,8 @@ QString AOApplication::get_font_name(QString p_identifier, QString p_file)
|
||||
if (f_result == "")
|
||||
{
|
||||
f_result = read_design_ini(p_identifier, default_path);
|
||||
if (f_result == "")
|
||||
return "Sans";
|
||||
}
|
||||
return f_result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user