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