fix print error

This commit is contained in:
王劲鹏 2021-04-14 14:25:55 +08:00 committed by osborn
parent d231ae099f
commit 65e5f8af19

View File

@ -455,7 +455,7 @@ void DoricLayouts::setFrame() {
}
qCritical() << "DoricLayouts: " << tag << this->view->property("uuid")
<< " measuredHeight: " << this->measuredHeight
<< " measuredWidth: " << this->measuredWidth
<< " measuredHeight: " << this->measuredHeight
<< " measuredX: " << this->measuredX
<< " measuredY: " << this->measuredY;