[Libreoffice-commits] core.git: filter/source

Marco Cecchetti (via logerrit) logerrit at kemper.freedesktop.org
Sat Oct 12 02:30:47 UTC 2019


 filter/source/svg/presentation_engine.js |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 7de501ca657b839e63001cebd62965a33c6b7f5e
Author:     Marco Cecchetti <mrcekets at gmail.com>
AuthorDate: Mon May 27 10:49:45 2019 +0200
Commit:     Michael Meeks <michael.meeks at 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.meeks at 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 )


More information about the Libreoffice-commits mailing list