]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/window.cpp
Don't set even try to set focus to wxPopupWindow itself in wxMSW.
[wxWidgets.git] / src / gtk / window.cpp
index d535b232da45ee748d2cd9d246ea72d0fdec3b08..0be16df1c992ab92693d9ebd042631ed9ef39e08 100644 (file)
@@ -2423,9 +2423,6 @@ wxWindowGTK::~wxWindowGTK()
     // destroy children before destroying this window itself
     DestroyChildren();
 
-    if (m_widget)
-        Show( false );
-
     // delete before the widgets to avoid a crash on solaris
     if ( m_imContext )
     {