Custom keyboard focus algorithm support
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / examples / hello-world.cs
index a392996..d775fbe 100755 (executable)
@@ -49,6 +49,7 @@ namespace MyCSharpExample
       _text.PointSize = 32.0f;
       _text.TextColor = Color.Magenta;
       stage.Add(_text);
+
     }
 
     // Callback for _animation finished signal handling