X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FPinchGestureDetector.cs;h=6305a3b4ad9962e9a50acb68794fcd18b2e5730b;hp=d193dab996501f6fb4b968c3b5153c0b93acd8f7;hb=b904b864bc3875b6cb0bdfa2ad430d094c140205;hpb=264dbea55c45e722c30a17782cdca6da07c59fca diff --git a/plugins/dali-sharp/sharp/internal/PinchGestureDetector.cs b/plugins/dali-sharp/sharp/internal/PinchGestureDetector.cs index d193dab..6305a3b 100644 --- a/plugins/dali-sharp/sharp/internal/PinchGestureDetector.cs +++ b/plugins/dali-sharp/sharp/internal/PinchGestureDetector.cs @@ -30,7 +30,7 @@ using System; using System.Runtime.InteropServices; -public class PinchGestureDetector : GestureDetector { +internal class PinchGestureDetector : GestureDetector { private global::System.Runtime.InteropServices.HandleRef swigCPtr; internal PinchGestureDetector(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.PinchGestureDetector_SWIGUpcast(cPtr), cMemoryOwn) { @@ -46,7 +46,7 @@ public class PinchGestureDetector : GestureDetector { } public override void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }