X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf19b0bd2567b4c3b2a6f9b60587909a7c784a98..ef3a5e0aae003c29941c7d41ed6becea4287752d:/src/gtk/scrolwin.cpp diff --git a/src/gtk/scrolwin.cpp b/src/gtk/scrolwin.cpp index 46cefd3e0f..2f5bd81523 100644 --- a/src/gtk/scrolwin.cpp +++ b/src/gtk/scrolwin.cpp @@ -298,6 +298,8 @@ bool wxScrolledWindow::Create(wxWindow *parent, if (m_parent) m_parent->DoAddChild( this ); + + m_focusWidget = m_wxwindow; PostCreation();