]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/scrolwin.cpp
added wxSockAddress copy ctor which, in particular, fixes Clone() and fixed its opera...
[wxWidgets.git] / src / gtk / scrolwin.cpp
index 46cefd3e0fcfd4b45e366791b2684dbcec3c1a9f..2f5bd81523d99139d1cae5766bf0054a8a765808 100644 (file)
@@ -298,6 +298,8 @@ bool wxScrolledWindow::Create(wxWindow *parent,
 
     if (m_parent)
         m_parent->DoAddChild( this );
+        
+    m_focusWidget = m_wxwindow;
 
     PostCreation();