diff --git a/src/msw/window.cpp b/src/msw/window.cpp index 48cf53abc9..f0a7bba7b3 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -274,7 +274,8 @@ wxWindow::~wxWindow() if ( m_hWnd ) { - if (::IsWindow(GetHwnd())) + // VZ: test temp removed to understand what really happens here + //if (::IsWindow(GetHwnd())) { if ( !::DestroyWindow(GetHwnd()) ) wxLogLastError("DestroyWindow");