X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FKey.cs;h=813c64c74f734ede839bd2c115a13d14feef5ae3;hb=refs%2Fchanges%2F78%2F127478%2F4;hp=05e6a628dde786424c0923b509a47e8872d80a83;hpb=82e6a46b87c64df1be36cf414f6e94f9d17d52ff;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-sharp/sharp/internal/Key.cs b/plugins/dali-sharp/sharp/internal/Key.cs index 05e6a62..813c64c 100644 --- a/plugins/dali-sharp/sharp/internal/Key.cs +++ b/plugins/dali-sharp/sharp/internal/Key.cs @@ -28,7 +28,7 @@ public class Key : global::System.IDisposable { } public virtual void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }