TechDraw LabelFont defaults

This commit is contained in:
triplus
2017-12-30 18:58:17 +01:00
committed by wmayer
parent 3c53da4e35
commit e8a76cd2e8
4 changed files with 4 additions and 4 deletions

View File

@@ -512,7 +512,7 @@ QString QGIView::getPrefFont()
{
Base::Reference<ParameterGrp> hGrp = App::GetApplication().GetUserParameter().
GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("Mod/TechDraw/Labels");
std::string fontName = hGrp->GetASCII("LabelFont", "Sans");
std::string fontName = hGrp->GetASCII("LabelFont", "osifont");
return QString::fromStdString(fontName);
}