summaryrefslogtreecommitdiff
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 21:00:10 +0200
commit9e5eab8f736becc49f43b08a93d8c8690fc9b040 (patch)
tree09bfce01b8525a6c2769231790292aea20fce121
parent287a4aaa7544cf8973a397db49131b8bc94faee2 (diff)
tdf#131254 Follow-up Prevent extra eventqueue empty call. co-6.2-8
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> (cherry picked from commit 14a0727889699128f02ac0a79bdce0103c89bc01) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91305 Tested-by: Andras Timar <andras.timar@collabora.com>
-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 1a1dc0636363..944374d1d6c8 100644
--- a/slideshow/source/engine/effectrewinder.cxx
+++ b/slideshow/source/engine/effectrewinder.cxx
@@ -173,7 +173,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)