filter/source/svg/presentation_engine.js | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit fd42f660769d2985afdf6918a5069f6c7511c47d Author: Marco Cecchetti <[email protected]> AuthorDate: Mon May 27 10:49:45 2019 +0200 Commit: Michael Meeks <[email protected]> CommitDate: Sat Oct 12 00:27:15 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/80687 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Michael Meeks <[email protected]> diff --git a/filter/source/svg/presentation_engine.js b/filter/source/svg/presentation_engine.js index 9c2f5e2c862e..bb1070a4f39d 100644 --- a/filter/source/svg/presentation_engine.js +++ b/filter/source/svg/presentation_engine.js @@ -18047,6 +18047,8 @@ SlideShow.prototype.notifyTransitionEnd = function( nSlideIndex ) this.update(); } + else + this.notifyAnimationsEnd(); }; SlideShow.prototype.notifyInteractiveAnimationSequenceStart = function( nNodeId ) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
