X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FAnimatablePropertyComponentRegistration.cs;h=05fba79b6dc0781979f281918804e09a6786f4df;hp=4132ae11b8ba3e8ee05a5877db94a097696a9aaa;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=6fa08daf440e496896babb230e404aae7e77a5bb diff --git a/plugins/dali-sharp/sharp/internal/AnimatablePropertyComponentRegistration.cs b/plugins/dali-sharp/sharp/internal/AnimatablePropertyComponentRegistration.cs index 4132ae1..05fba79 100644 --- a/plugins/dali-sharp/sharp/internal/AnimatablePropertyComponentRegistration.cs +++ b/plugins/dali-sharp/sharp/internal/AnimatablePropertyComponentRegistration.cs @@ -10,7 +10,7 @@ namespace Dali { -public class AnimatablePropertyComponentRegistration : global::System.IDisposable { +internal class AnimatablePropertyComponentRegistration : global::System.IDisposable { private global::System.Runtime.InteropServices.HandleRef swigCPtr; protected bool swigCMemOwn; @@ -28,7 +28,7 @@ public class AnimatablePropertyComponentRegistration : global::System.IDisposabl } public virtual void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }