X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-swig%2Fviews%2Fspin.cs;h=f31a49d8ec96ad4767528430440ffaed18bd396f;hp=06a02103ce8f3b4e2fe2d7817ef604698a528655;hb=cb30ef68af0383b073ba2d425d3d95c1e916cbb4;hpb=25a777fa03f29f6ac64adedac1f88674f0575115 diff --git a/plugins/dali-swig/views/spin.cs b/plugins/dali-swig/views/spin.cs index 06a0210..f31a49d 100644 --- a/plugins/dali-swig/views/spin.cs +++ b/plugins/dali-swig/views/spin.cs @@ -52,9 +52,10 @@ public class Spin : CustomView { // ViewRegistry registers control type with DALi type registery // also uses introspection to find any properties that need to be registered with type registry - ViewRegistry.Instance.Register("Spin", CreateInstance, typeof(Spin) ); + ViewRegistry.Instance.Register(CreateInstance, typeof(Spin) ); } - public Spin() : base(ViewWrapperImpl.CustomViewBehaviour.REQUIRES_KEYBOARD_NAVIGATION_SUPPORT | ViewWrapperImpl.CustomViewBehaviour.DISABLE_STYLE_CHANGE_SIGNALS) + + public Spin() : base(typeof(Spin).Name, ViewWrapperImpl.CustomViewBehaviour.REQUIRES_KEYBOARD_NAVIGATION_SUPPORT | ViewWrapperImpl.CustomViewBehaviour.DISABLE_STYLE_CHANGE_SIGNALS) { }