X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FPanGestureDetectedSignal.cs;h=df266e8465b5d155c35e3269bfe5f0c6870ad685;hb=d0d1c5d3cde438a08ccb78cc9c435edebfbd9717;hp=7fe6e04b4f9f0874ca43ec555786ffe4b4a741f6;hpb=24ea337df1049251ab2e47c556edc6e8458f9c93;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-sharp/sharp/internal/PanGestureDetectedSignal.cs b/plugins/dali-sharp/sharp/internal/PanGestureDetectedSignal.cs index 7fe6e04..df266e8 100644 --- a/plugins/dali-sharp/sharp/internal/PanGestureDetectedSignal.cs +++ b/plugins/dali-sharp/sharp/internal/PanGestureDetectedSignal.cs @@ -10,7 +10,7 @@ namespace Dali { -public class PanGestureDetectedSignal : global::System.IDisposable { +internal class PanGestureDetectedSignal : global::System.IDisposable { private global::System.Runtime.InteropServices.HandleRef swigCPtr; protected bool swigCMemOwn; @@ -28,7 +28,7 @@ public class PanGestureDetectedSignal : global::System.IDisposable { } public virtual void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }