]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/popupwin.cpp
CYGWIN socket compilation fixes
[wxWidgets.git] / src / gtk / popupwin.cpp
index f2d3a67520304210d8d779717a000cebf309edf8..2ccbf663369b77a8e6ef7c59599512514d16ceee 100644 (file)
@@ -181,6 +181,9 @@ bool wxPopupWindow::Create( wxWindow *parent, int style )
         return FALSE;
     }
 
+    // Unlike windows, top level windows are created hidden by default.
+    m_isShown = false;
+    
     // All dialogs should really have this style
     m_windowStyle |= wxTAB_TRAVERSAL;