@@ -1 +1 @@
-Subproject commit d749d83f6090e058c9a0d68620316e32d753a977
+Subproject commit ea188f49d32efa4875d5ae292d80759e85af5945
@@ -618,7 +618,7 @@ internal class Scene : Zoombox.Zoombox, ICustomHitTest
public void QueueNextFrame()
{
- if (initialized && !updateQueued && compositor != null)
+ if (initialized && !updateQueued && compositor != null && surface is { IsDisposed: false })
updateQueued = true;
compositor.RequestCompositionUpdate(update);