From a802fe58fd41a913b83f99c3c3251d4f8ad6644e Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Mon, 30 Mar 2015 11:27:08 +0200 Subject: [PATCH] core/window: Don't force the teardown of the windows in the mainloop, there is a close function for that. It should fixes the unittests on the vm. --- kivy/core/window/window_sdl2.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/kivy/core/window/window_sdl2.py b/kivy/core/window/window_sdl2.py index 02cabe8e0..11eced043 100644 --- a/kivy/core/window/window_sdl2.py +++ b/kivy/core/window/window_sdl2.py @@ -528,9 +528,6 @@ class WindowSDL(WindowBase): else: pass - # force deletion of window - self._win.teardown_window() - # # Pygame wrapper #