]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/statbox.cpp
Add wxAnyScrollHelperBase to reduce code duplication in wxVarScrollHelperBase.
[wxWidgets.git] / src / gtk / statbox.cpp
index bd64a6076d81fee65504bc1619e8487a139f946a..6d0a9b0db1661274c4a64c5aef6d0788354dbd7c 100644 (file)
@@ -108,6 +108,8 @@ bool wxStaticBox::Create( wxWindow *parent,
     }
 #endif
 
+    m_container.DisableSelfFocus();
+
     return true;
 }