filter/source/svg/presentation_engine.js | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 7de501ca657b839e63001cebd62965a33c6b7f5e Author: Marco Cecchetti <mrcek...@gmail.com> AuthorDate: Mon May 27 10:49:45 2019 +0200 Commit: Michael Meeks <michael.me...@collabora.com> CommitDate: Sat Oct 12 04:29:13 2019 +0200 filter: svg: presentation engine: autoadvance It seems I missed a use case in 8e3f0afc33119e5320d35ca49ee0325ea73fc1e7: when a slide has no transition or animation at all. Change-Id: I36041e6488a728964a2f5096715b62d0ce024f1d Reviewed-on: https://gerrit.libreoffice.org/80680 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.me...@collabora.com> diff --git a/filter/source/svg/presentation_engine.js b/filter/source/svg/presentation_engine.js index abea4f2880e2..6dff0f2b4a67 100644 --- a/filter/source/svg/presentation_engine.js +++ b/filter/source/svg/presentation_engine.js @@ -18043,6 +18043,8 @@ SlideShow.prototype.notifyTransitionEnd = function( nSlideIndex ) this.update(); } + else + this.notifyAnimationsEnd(); }; SlideShow.prototype.notifyInteractiveAnimationSequenceStart = function( nNodeId ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits