summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRishabh <kris.kr296@gmail.com>2016-02-21 13:30:23 +0530
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-02-22 09:18:52 +0000
commit3a34e0a2cba570f8d2728bbbf3dcb658aff6b983 (patch)
tree2c9b063fceda5bee6dc98d481239129694afb0e4
parentce634c70f56cb04bf718129f84bb4667db0ac3ad (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>
-rw-r--r--sd/source/ui/animations/CustomAnimationPane.cxx2
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);
}
}