diff options
author | Rishabh <kris.kr296@gmail.com> | 2016-02-21 13:30:23 +0530 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-02-22 09:18:52 +0000 |
commit | 3a34e0a2cba570f8d2728bbbf3dcb658aff6b983 (patch) | |
tree | 2c9b063fceda5bee6dc98d481239129694afb0e4 /sd/source/ui | |
parent | ce634c70f56cb04bf718129f84bb4667db0ac3ad (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationPane.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |