X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FScrollViewPagePathEffect.cs;h=209177fb1255eee68c809389b1aa4f84ebe30fdd;hp=b2f56744678d6740cd1d0ab084453d3a4e8db24d;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=264dbea55c45e722c30a17782cdca6da07c59fca diff --git a/plugins/dali-sharp/sharp/internal/ScrollViewPagePathEffect.cs b/plugins/dali-sharp/sharp/internal/ScrollViewPagePathEffect.cs index b2f5674..209177f 100644 --- a/plugins/dali-sharp/sharp/internal/ScrollViewPagePathEffect.cs +++ b/plugins/dali-sharp/sharp/internal/ScrollViewPagePathEffect.cs @@ -26,7 +26,7 @@ namespace Dali { -public class ScrollViewPagePathEffect : ScrollViewEffect { +internal class ScrollViewPagePathEffect : ScrollViewEffect { private global::System.Runtime.InteropServices.HandleRef swigCPtr; internal ScrollViewPagePathEffect(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.ScrollViewPagePathEffect_SWIGUpcast(cPtr), cMemoryOwn) { @@ -42,7 +42,7 @@ public class ScrollViewPagePathEffect : ScrollViewEffect { } public override void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }