Browse Source

Revert "fix: try 1"

This reverts commit adcaf6a317.
pull/12430/head
flexxxxer 3 years ago
parent
commit
ca2ca4ee9f
  1. 1
      src/Avalonia.Controls/TopLevel.cs

1
src/Avalonia.Controls/TopLevel.cs

@ -591,7 +591,6 @@ namespace Avalonia.Controls
Renderer.SceneInvalidated -= SceneInvalidated;
// We need to wait for the renderer to complete any in-flight operations
Renderer.Dispose();
StopRendering();
Debug.Assert(PlatformImpl != null);
// The PlatformImpl is completely invalid at this point

Loading…
Cancel
Save