X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FVectorInteger.cs;h=2999a00c6de380f8933cfb70c2642ea2b83732a7;hp=11c92979316dbb87f4dd4ff87c597f728edd7dd5;hb=0f5a8aaa14ccf06aee1069ef585d83b8506dd099;hpb=d375dceca213569317d81d17cd2d2a4b45122cda diff --git a/plugins/dali-sharp/sharp/internal/VectorInteger.cs b/plugins/dali-sharp/sharp/internal/VectorInteger.cs index 11c9297..2999a00 100644 --- a/plugins/dali-sharp/sharp/internal/VectorInteger.cs +++ b/plugins/dali-sharp/sharp/internal/VectorInteger.cs @@ -28,7 +28,7 @@ public class VectorInteger : global::System.IDisposable { } public virtual void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }