Combined Stage and Window class, and removed Stage class
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / internal / ItemIdContainer.cs
index 17a5cb4..9c98bd8 100644 (file)
@@ -30,7 +30,7 @@ public class ItemIdContainer : global::System.IDisposable, global::System.Collec
   }
 
   public virtual void Dispose() {
-    if (!Stage.IsInstalled()) {
+    if (!Window.IsInstalled()) {
       DisposeQueue.Instance.Add(this);
       return;
     }