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