[Libreoffice-commits] core.git: sd/source

Rishabh kris.kr296 at gmail.com
Mon Feb 22 09:19:18 UTC 2016


 sd/source/ui/animations/CustomAnimationPane.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3a34e0a2cba570f8d2728bbbf3dcb658aff6b983
Author: Rishabh <kris.kr296 at gmail.com>
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 <ci at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

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);
     }
 
 }


More information about the Libreoffice-commits mailing list