broulik added inline comments. INLINE COMMENTS
> appletinterface.cpp:172 > > - applet()->updateConstraints(Plasma::Types::UiReadyConstraint); > + if (m_loadingRef == 0) { > + applet()->updateConstraints(Plasma::Types::UiReadyConstraint); In my case this code path is hit before any of the QML property assignments or `Component.onCompletd` are executed. I don't really understand why given `AppletQuickItem::init()` does `forceCompletion()` REPOSITORY R242 Plasma Framework (Library) BRANCH master REVISION DETAIL https://phabricator.kde.org/D21618 To: davidedmundson, #plasma, apol Cc: broulik, apol, kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns