X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FCustomActor.cs;h=3e737d681bbc0c5afbb4348b117e0d3f164ff567;hp=e1da6fa92a6f54292a4eaef0a944cd2ec133cc34;hb=b904b864bc3875b6cb0bdfa2ad430d094c140205;hpb=264dbea55c45e722c30a17782cdca6da07c59fca diff --git a/plugins/dali-sharp/sharp/internal/CustomActor.cs b/plugins/dali-sharp/sharp/internal/CustomActor.cs index e1da6fa..3e737d6 100644 --- a/plugins/dali-sharp/sharp/internal/CustomActor.cs +++ b/plugins/dali-sharp/sharp/internal/CustomActor.cs @@ -10,7 +10,7 @@ namespace Dali { - public class CustomActor : Animatable { +internal class CustomActor : Animatable { private global::System.Runtime.InteropServices.HandleRef swigCPtr; internal CustomActor(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.CustomActor_SWIGUpcast(cPtr), cMemoryOwn) { @@ -26,7 +26,7 @@ namespace Dali { } public virtual void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }