X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FRectangle.cs;h=ae1a2e12e7148e130f1c4cd18b480f2369d85ce2;hp=fc22303e691304180deb104e2a52ebad98896e48;hb=665d92f07e3e06e1db65a473c6eb6869dc476c03;hpb=82e6a46b87c64df1be36cf414f6e94f9d17d52ff diff --git a/plugins/dali-sharp/sharp/internal/Rectangle.cs b/plugins/dali-sharp/sharp/internal/Rectangle.cs index fc22303..ae1a2e1 100644 --- a/plugins/dali-sharp/sharp/internal/Rectangle.cs +++ b/plugins/dali-sharp/sharp/internal/Rectangle.cs @@ -28,7 +28,7 @@ public class Rectangle : global::System.IDisposable { } public virtual void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }