Merge "Disable Image Visual Pixel alignment when using Layer3D" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 28 Mar 2017 18:51:18 +0000 (11:51 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Tue, 28 Mar 2017 18:51:18 +0000 (11:51 -0700)
plugins/dali-swig/examples/dali-test.cs [changed mode: 0644->0755]
plugins/dali-swig/property-wrapper.rb

old mode 100644 (file)
new mode 100755 (executable)
index 6e106ae..2dbe547
@@ -128,7 +128,7 @@ namespace MyCSharpExample
             Actor actor = new Actor();
             actor.Size = new Position(200.0f, 200.0f, 0.0f);
             actor.Name = "MyActor";
-            actor.Color = new Color(1.0f, 0.0f, 1.0f, 0.8f);
+
             Console.WriteLine("Actor id: {0}", actor.GetId());
             Console.WriteLine("Actor size: " + actor.Size.X + ", " + actor.Size.Y);
             Console.WriteLine("Actor name: " + actor.Name);
index 78cb1f2..179ada4 100755 (executable)
@@ -314,7 +314,7 @@ def writeCSharpData
 
             #exception case <<<
             #Tooltip gives swig build error
-            if( property.name == "Tooltip" )
+            if( property.name == "Tooltip" || property.name == "Color")
                 next
             end
             #exception case >>>