fix layout bug

This commit is contained in:
王劲鹏
2021-06-15 17:36:01 +08:00
committed by osborn
parent 738566e043
commit 50f80a3fe4
6 changed files with 15 additions and 3 deletions

View File

@@ -98,3 +98,9 @@ void DoricTextNode::blend(QQuickItem *view, QString name, QJsonValue prop) {
DoricViewNode::blend(view, name, prop);
}
}
void DoricTextNode::blend(QJsonValue jsValue) {
DoricViewNode::blend(jsValue);
getLayouts()->setResolved(false);
}