X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fupdate%2Fanimation%2Fscene-graph-animator.h;h=cbf0842ad713b758ae12f07d7bd8f1fedddf952a;hb=0adda602532f61db5b44eb2796f9a74d7a37b519;hp=0b3ff50e1a1017e8e82b3ac2c515ecf70c8fed8e;hpb=0d02e3722bdb9d2f65ae3679c6dfa12c6643a716;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/update/animation/scene-graph-animator.h b/dali/internal/update/animation/scene-graph-animator.h old mode 100644 new mode 100755 index 0b3ff50..cbf0842 --- a/dali/internal/update/animation/scene-graph-animator.h +++ b/dali/internal/update/animation/scene-graph-animator.h @@ -519,6 +519,11 @@ public: progress = SetProgress( progress ); } + if( mPropertyOwner ) + { + mPropertyOwner->SetPropertyDirty( true ); + } + float alpha = ApplyAlphaFunction( progress ); // PropertyType specific part