diff --git a/examples/cluster/cluster-impl.cpp b/examples/cluster/cluster-impl.cpp index a37214e..3092b7c 100644 --- a/examples/cluster/cluster-impl.cpp +++ b/examples/cluster/cluster-impl.cpp @@ -540,15 +540,15 @@ void Cluster::DoTransformAction(const Property::Map& attributes) if( Property::VECTOR3 == type && "position" == stringValue.first ) { - stringValue.second.Get(position); + stringValue.second.Get( position ); } else if( Property::VECTOR3 == type && "scale" == stringValue.first ) { - stringValue.second.Get(scale); + stringValue.second.Get( scale ); } else if( "rotation" == stringValue.first ) { - (void)Scripting::SetRotation(stringValue.second, rotation); + stringValue.second.Get( rotation ); } } diff --git a/packaging/com.samsung.dali-demo.spec b/packaging/com.samsung.dali-demo.spec index 24ed05b..30dee75 100755 --- a/packaging/com.samsung.dali-demo.spec +++ b/packaging/com.samsung.dali-demo.spec @@ -2,7 +2,7 @@ Name: com.samsung.dali-demo Summary: The OpenGLES Canvas Core Demo -Version: 1.0.44 +Version: 1.0.45 Release: 1 Group: System/Libraries License: Apache-2.0 diff --git a/resources/scripts/background-color.json b/resources/scripts/background-color.json index 562b88e..0959179 100644 --- a/resources/scripts/background-color.json +++ b/resources/scripts/background-color.json @@ -47,9 +47,7 @@ "anchor-point": "TOP_CENTER", "size": [400, 150, 1], "background-image": { - "image": { - "filename": "{DALI_IMAGE_DIR}button-background.png" - } + "filename": "{DALI_IMAGE_DIR}button-background.png" } }, @@ -62,9 +60,7 @@ "size": [400, 150, 1], "background-color": [0, 0, 1, 1], "background-image": { - "image": { - "filename": "{DALI_IMAGE_DIR}button-background.png" - } + "filename": "{DALI_IMAGE_DIR}button-background.png" } } ]