X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FTouchPointContainer.cs;h=fba575ffd0509944bcfe6de75813bf6169aab7f7;hb=refs%2Fchanges%2F78%2F127478%2F4;hp=41509fc39430e2e987973971047d94366fe98a22;hpb=24ea337df1049251ab2e47c556edc6e8458f9c93;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..fba575f 100644 --- a/plugins/dali-sharp/sharp/internal/TouchPointContainer.cs +++ b/plugins/dali-sharp/sharp/internal/TouchPointContainer.cs @@ -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; }