X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Finternal%2Fupdate%2Fanimation%2Fscene-graph-animator.h;h=cbf0842ad713b758ae12f07d7bd8f1fedddf952a;hp=0b3ff50e1a1017e8e82b3ac2c515ecf70c8fed8e;hb=55827866fcb8c7ee47581ac4335a3390472090e8;hpb=687297e3c642c9056587a57a5fa853085ed12623 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