Skip to content

Fix reloading animation speed option

Vlad Zahorodnii requested to merge work/zzag/animation-speed-slider into master

Amends 4d2c9f5d.

Prior to 4d2c9f5d, the Compositor used to force the Options to reload settings when starting compositing.

Unfortunately it was overlooked that Options::animationTimeFactor() can return an old value when the Options::animationSpeedChanged() signal is emitted. This change addresses that.

Merge request reports