Make bake flag don't chage the set dirty flag for VisualRenderer 47/315447/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 1 Aug 2024 03:34:40 +0000 (12:34 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 1 Aug 2024 03:52:46 +0000 (12:52 +0900)
commit73dafd0368115ba4a894463a340adb1ccfd05de1
tree689618c3534b8521715fcd875a10efae711bdfac
parent292263df8c4894e0f21c5a8db3a3c4fdae3f8a4f
Make bake flag don't chage the set dirty flag for VisualRenderer

Since VisualRendererProperty try to call AnimatablePropertyBase::OnBake directly,
it might change the overlaped bake flags.

To avoid this issue, let we call AnimableProperty<T>::OnBake, instead of
supersuper class

Change-Id: Ic57c34834b46e889f438b7b19a8a592e77a7fbcb
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali/utc-Dali-Animation.cpp
dali/internal/update/rendering/scene-graph-visual-renderer-property.h