| commit | 0f792853b550994cd14e30b78043586fba1995eb | [log] |
|---|---|---|
| author | Gülşah Köse <gulsah.kose@collabora.com> | Mon Mar 30 16:20:32 2020 +0300 |
| committer | Andras Timar <andras.timar@collabora.com> | Mon Mar 30 20:46:27 2020 +0200 |
| tree | 4d10f299922f41b1b90405728db7881ea91be8f8 | |
| parent | 054bdce4ae18e035856ad6df90228d353057885f [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> (cherry picked from commit 14a0727889699128f02ac0a79bdce0103c89bc01) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91304
diff --git a/slideshow/source/engine/effectrewinder.cxx b/slideshow/source/engine/effectrewinder.cxx index 1a1dc063..944374d 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)