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

Gülşah Köse (via logerrit) logerrit at kemper.freedesktop.org
Mon Mar 30 16:13:02 UTC 2020


 slideshow/source/engine/effectrewinder.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 14a0727889699128f02ac0a79bdce0103c89bc01
Author:     Gülşah Köse <gulsah.kose at collabora.com>
AuthorDate: Mon Mar 30 16:20:32 2020 +0300
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Mar 30 18:12:28 2020 +0200

    tdf#131254 Follow-up Prevent extra eventqueue empty call.
    
    When two advance timing set slides in a row, there is another
    extra forceEmpty call that disables timing setting.
    Follow up commit 80f386f787ad59936ead2022e6d932a6d441c6e9
    
    Change-Id: I8e70ebf57328b51eab2baca9728a0f8e0561120c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91367
    Tested-by: Jenkins
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/slideshow/source/engine/effectrewinder.cxx b/slideshow/source/engine/effectrewinder.cxx
index 060e1dfd92ee..8319856c1154 100644
--- a/slideshow/source/engine/effectrewinder.cxx
+++ b/slideshow/source/engine/effectrewinder.cxx
@@ -171,7 +171,6 @@ bool EffectRewinder::rewind (
 
     // Abort (and skip over the rest of) any currently active animation.
     mrUserEventQueue.callSkipEffectEventHandler();
-    mrEventQueue.forceEmpty();
 
     const int nSkipCount (mnMainSequenceEffectCount - 1);
     if (nSkipCount < 0)


More information about the Libreoffice-commits mailing list