]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/choice.cpp
Here it comes:
[wxWidgets.git] / src / gtk / choice.cpp
index 1385c3c8aeeb46c6169ecf11032417a190a78980..248123389a49edf160fdb59089f32c925a78c77b 100644 (file)
@@ -58,6 +58,9 @@ bool wxChoice::Create( wxWindow *parent, wxWindowID id,
                        long style, const wxValidator& validator, const wxString &name )
 {
     m_needParent = TRUE;
+#if (GTK_MINOR_VERSION > 0)
+    m_acceptsFocus = TRUE;
+#endif
 
     PreCreation( parent, id, pos, size, style, name );