layout bug fix

This commit is contained in:
王劲鹏
2021-05-28 13:27:11 +08:00
committed by osborn
parent 4c427fc257
commit af1ef2a103
3 changed files with 10 additions and 3 deletions

View File

@@ -751,3 +751,5 @@ void DoricLayouts::setMeasuredY(qreal measuredY) {
qCritical() << "DoricLayouts: " << tag << this->view->property("uuid")
<< " measuredY: " << this->measuredY;
}
bool DoricLayouts::getResolved() { return resolved; }

View File

@@ -93,6 +93,8 @@ public:
qreal getMeasuredWidth();
qreal getMeasuredHeight();
bool getResolved();
private:
QString tag;