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

--- Comment #2 from ratijas <m...@ratijas.tk> ---
That's because layout (specifically, FormLayout) is based on timers instead of
polish lifecycle callbacks. I'm afraid it can't be entirely fixed without
rewriting it to the native code, because we don't get enough level of control
in QML code; an alternative to that would be to recalculate the whole layout of
every geometry or children change of anything, which would be (1) quite
expensive computationally-wise, (2) prone to binding loops and polish loops.

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

Reply via email to