X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FTouchPointContainer.cs;h=44bf0f36ea6d69769709428eac56a6bd847ef36b;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hp=41509fc39430e2e987973971047d94366fe98a22;hpb=d375dceca213569317d81d17cd2d2a4b45122cda;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-sharp/sharp/internal/TouchPointContainer.cs b/plugins/dali-sharp/sharp/internal/TouchPointContainer.cs index 41509fc..44bf0f3 100644 --- a/plugins/dali-sharp/sharp/internal/TouchPointContainer.cs +++ b/plugins/dali-sharp/sharp/internal/TouchPointContainer.cs @@ -10,7 +10,7 @@ namespace Dali { -public class TouchPointContainer : global::System.IDisposable, global::System.Collections.IEnumerable +internal class TouchPointContainer : global::System.IDisposable, global::System.Collections.IEnumerable , global::System.Collections.Generic.IEnumerable { private global::System.Runtime.InteropServices.HandleRef swigCPtr; @@ -30,7 +30,7 @@ public class TouchPointContainer : global::System.IDisposable, global::System.Co } public virtual void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }