layout bug fix
This commit is contained in:
@@ -751,3 +751,5 @@ void DoricLayouts::setMeasuredY(qreal measuredY) {
|
||||
qCritical() << "DoricLayouts: " << tag << this->view->property("uuid")
|
||||
<< " measuredY: " << this->measuredY;
|
||||
}
|
||||
|
||||
bool DoricLayouts::getResolved() { return resolved; }
|
||||
|
@@ -93,6 +93,8 @@ public:
|
||||
qreal getMeasuredWidth();
|
||||
qreal getMeasuredHeight();
|
||||
|
||||
bool getResolved();
|
||||
|
||||
private:
|
||||
QString tag;
|
||||
|
||||
|
Reference in New Issue
Block a user