sd/source/ui/animations/CustomAnimationPane.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3a34e0a2cba570f8d2728bbbf3dcb658aff6b983 Author: Rishabh <[email protected]> Date: Sun Feb 21 13:30:23 2016 +0530 tdf#87813:Fix 'Automatic Preview' feature in sidebar Slide Animation Panel Stop display of Animation if the Automatic Preview checkbox is not checked Change-Id: Iee12b14ab71af4f7b658278ba9ea7b4108e2d64c Reviewed-on: https://gerrit.libreoffice.org/22586 Tested-by: Jenkins <[email protected]> Reviewed-by: Katarina Behrens <[email protected]> diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx index e2e34cf..534101a 100644 --- a/sd/source/ui/animations/CustomAnimationPane.cxx +++ b/sd/source/ui/animations/CustomAnimationPane.cxx @@ -1766,7 +1766,7 @@ void CustomAnimationPane::animationChange() pEffectSequence->replace( pEffect, pDescriptor, fDuration ); } - onPreview(true); + onPreview(false); } } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
