X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fanimation%2Fanimation-impl.cpp;h=f1f981f34f1f125838148cafebd36ffd06e7fd8c;hb=e91f718bfc41f60ae524fe125f4120cf1efcd65c;hp=0a05d70a9f86aba3153ce8873c61b7dafb3cb9ac;hpb=5b10a481d33f3667b2366be033aed1a8baa8228c;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/animation/animation-impl.cpp b/dali/internal/event/animation/animation-impl.cpp index 0a05d70..f1f981f 100644 --- a/dali/internal/event/animation/animation-impl.cpp +++ b/dali/internal/event/animation/animation-impl.cpp @@ -386,7 +386,7 @@ void Animation::Clear() DALI_ASSERT_DEBUG(mAnimation); // Only notify the objects with the current values if the end action is set to BAKE - if( mEndAction == EndAction::BAKE ) + if(mEndAction == EndAction::BAKE && mState != Dali::Animation::STOPPED) { NotifyObjects( Notify::USE_CURRENT_VALUE ); }