Commit f602efd3 authored by Claudio Valerio's avatar Claudio Valerio

fixed issue with page zero default font family

parent cd7a2cd3
...@@ -1490,7 +1490,7 @@ UBGraphicsTextItem* UBGraphicsScene::textForObjectName(const QString& pString, c ...@@ -1490,7 +1490,7 @@ UBGraphicsTextItem* UBGraphicsScene::textForObjectName(const QString& pString, c
} }
} }
if(!textItem){ if(!textItem){
textItem = addTextWithFont(pString,QPointF(0,0) ,48,"",true,false); textItem = addTextWithFont(pString,QPointF(0,0) ,72,UBSettings::settings()->fontFamily(),true,false);
textItem->setObjectName(objectName); textItem->setObjectName(objectName);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment