Skip to content

Skip updating graphics if there is no scene size yet

Friedrich W. H. Kossebau requested to merge work/kossebau/fixdevidebyzero into master

Avoids calculations with 0 values, including 0 / 0, resulting in strange big negative values e.g. for durations in Item::moveAndResize method.

Gets rid of the repeated warnings during startup about: QVariantAnimation::setDuration: cannot set a negative duration

@aacid @asemke

Merge request reports

Loading