X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FDragAndDropDetector.cs;h=567c05a61f85963d864da3659b2b730e5dedfcde;hp=a349deba71f97686df102d03ed3b01155f3f461f;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=82e6a46b87c64df1be36cf414f6e94f9d17d52ff diff --git a/plugins/dali-sharp/sharp/internal/DragAndDropDetector.cs b/plugins/dali-sharp/sharp/internal/DragAndDropDetector.cs index a349deb..567c05a 100644 --- a/plugins/dali-sharp/sharp/internal/DragAndDropDetector.cs +++ b/plugins/dali-sharp/sharp/internal/DragAndDropDetector.cs @@ -10,7 +10,7 @@ namespace Dali { -public class DragAndDropDetector : BaseHandle { +internal class DragAndDropDetector : BaseHandle { private global::System.Runtime.InteropServices.HandleRef swigCPtr; internal DragAndDropDetector(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.DragAndDropDetector_SWIGUpcast(cPtr), cMemoryOwn) { @@ -26,7 +26,7 @@ public class DragAndDropDetector : BaseHandle { } public override void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }