Make bake flag dont change set dirty flag 05/315105/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 25 Jul 2024 07:26:31 +0000 (16:26 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 25 Jul 2024 07:37:53 +0000 (16:37 +0900)
commitf756c982a160d9e721eeb18ea2bfbd79a8bba756
tree1c245523c3f78871e9847340769ed1ef3b1f18d8
parentddb217f8155ed9e2c465fb55add8820bc6fb9cac
Make bake flag dont change set dirty flag

Since we can bake componet side, it may have problem
if component property baked, and full property is set.

In this case, property call reset to base value only 1 times.
So it will show flickering.

To fix this issue, let we make mDirtyFlag |= BAKED_FLAG instead of
mDirtyFlag = BAKED_FLAG

Change-Id: I7269ac79ab1ec7796f62eaea438ee47dd104e963
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali/utc-Dali-Animation.cpp
dali/internal/update/common/animatable-property.h