Skip to content

Event compress implicit size syncing

Marco Martin requested to merge work/mart/delayedSizeHints into master

updating immediately the implicit size when implicitWidthChanged and implicitHeightChanged in 2 distinct moments can cause undetected binding loops and application freeze, the reaction for any change should be done all in a single go.

event compress with a 0 msecs timer

Merge request reports