From: Adeel Kazmi Date: Tue, 24 Aug 2021 18:01:24 +0000 (+0000) Subject: Merge "Remove unused custom shader prefix method" into devel/master X-Git-Tag: dali_2.0.41~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=commitdiff_plain;h=350c4bfa8b96c69886abdeddc7ba0ba670778e5c;hp=80f789f32deb886d5a766ebfa62d0202a2a2bf4a Merge "Remove unused custom shader prefix method" into devel/master --- diff --git a/dali/internal/event/common/property-notification-impl.cpp b/dali/internal/event/common/property-notification-impl.cpp index afbd921..648bf97 100644 --- a/dali/internal/event/common/property-notification-impl.cpp +++ b/dali/internal/event/common/property-notification-impl.cpp @@ -99,9 +99,8 @@ PropertyNotification::PropertyNotification(UpdateManager& update } } - // In Size Property case, swapping components occurs sometimes. // To cover swapping components, previous and current components should be compared. - if(mObjectPropertyIndex == Dali::Actor::Property::SIZE && mObject->GetPropertyType(mObjectPropertyIndex) == Property::VECTOR3) + if(mObject->GetPropertyType(mObjectPropertyIndex) == Property::VECTOR3) { mCompare = true; for(int i = 0; i < 3; ++i)