(Builder) Ensure properties are not applied twice 74/26774/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 28 Aug 2014 10:05:54 +0000 (11:05 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 28 Aug 2014 14:26:39 +0000 (15:26 +0100)
commitf475f97211f494e2d2985639c4d2cffbdfea1f1c
tree3c5c7da8c919cdb31cdc7c467e0ada90ec981f53
parent369e65bb8f37d1d84934e6edc3a5981c07396320
(Builder) Ensure properties are not applied twice

[Problem]  Properties were being applied twice to each instance.
[Cause]    If an Actor instance is created we apply the style, which applies the style properties
           as well as the individual properties. After this the individual properties are applied
           again.
[Solution] Only apply the individual properties if the style properties have not been applied.

Change-Id: I39b8ad543b5cbb341e19bada25fb539797a1e3df
base/dali-toolkit/internal/builder/builder-impl.cpp