Fix property notificaition's bug for SIZE 06/220906/16
authorWonsik Jung <sidein@samsung.com>
Tue, 24 Dec 2019 11:25:25 +0000 (20:25 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 11 Feb 2020 00:59:01 +0000 (09:59 +0900)
commit75ca1fe7eb4e9a9bd002226d0522ab88b6510973
tree9305b2780c58e3d9994f5cfad89b1405ae7eb5a9
parent7f332409c269e146c9752a4e8d97de0f2097dc3d
Fix property notificaition's bug for SIZE

When the property of SIZE is changed by swapping width and height in Vector3.
property notification signal does not occur.
Because vector's length are compared.
To fix, this patch has the comparing previous and current raw data itself.

Change-Id: Idbf0029653a73c10971e751b71366811661c73b7
automated-tests/src/dali/utc-Dali-PropertyNotification.cpp
dali/internal/event/common/property-notification-impl.cpp
dali/internal/event/common/property-notification-impl.h
dali/internal/update/common/property-condition-step-functions.cpp
dali/internal/update/common/property-condition-step-functions.h
dali/internal/update/common/scene-graph-property-notification.cpp
dali/internal/update/common/scene-graph-property-notification.h