https://bugs.kde.org/show_bug.cgi?id=358849

--- Comment #2 from David Edmundson <k...@davidedmundson.co.uk> ---
We fail this check.

    //this should never happen, since we ask to create it if doesn't exists
    if (!ownLayout) {

Which is brilliant.

In theory we should have a layout because of the line

    //HACK: check the Layout properties we wrote
    QQmlProperty p(this, "Layout.minimumWidth",
QtQml::qmlContext(d->qmlObject->rootObject()));

However, that code does nothing. p.isValid() returns false.

It used to work because the containment code later creates the layout attached,
and the timer masked the root problem.

Don't know a good fix ATM.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to