summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorGülşah Köse <gulsah.kose@collabora.com>2020-03-30 16:20:32 +0300
committerAndras Timar <andras.timar@collabora.com>2020-03-30 18:12:28 +0200
commit14a0727889699128f02ac0a79bdce0103c89bc01 (patch)
tree0375d5746e772818b4959c0efa828aa47b2172c6 /slideshow
parent85ae85ee93c929785a4db6cf8dcd28c2a683f800 (diff)
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@collabora.com>
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/effectrewinder.cxx1
1 files changed, 0 insertions, 1 deletions
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)