[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - filter/source
Marco Cecchetti (via logerrit)
logerrit at kemper.freedesktop.org
Fri Oct 11 22:28:07 UTC 2019
filter/source/svg/presentation_engine.js | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit fd42f660769d2985afdf6918a5069f6c7511c47d
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 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 <jenkinscollaboraoffice at gmail.com>
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 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 )
More information about the Libreoffice-commits
mailing list