From 3a34e0a2cba570f8d2728bbbf3dcb658aff6b983 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Sun, 21 Feb 2016 13:30:23 +0530 Subject: 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 Reviewed-by: Katarina Behrens --- sd/source/ui/animations/CustomAnimationPane.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui') diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx index e2e34cfa234b..534101a16a44 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); } } -- cgit