handle line space for text node

This commit is contained in:
王劲鹏
2021-05-27 16:07:09 +08:00
committed by osborn
parent 6f5174df60
commit 861082dbac
2 changed files with 17 additions and 17 deletions

View File

@@ -92,7 +92,7 @@ void DoricTextNode::blend(QQuickItem *view, QString name, QJsonValue prop) {
} else if (name == "underline") {
view->setProperty("underline", prop.toBool());
} else if (name == "lineSpacing") {
view->setProperty("lineSpacing", prop.toDouble());
} else {
DoricViewNode::blend(view, name, prop);
}