]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/listbox.cpp
don't crash when IsEmpty() is called on invalid bundle; don't assert if GetIcon(...
[wxWidgets.git] / src / gtk / listbox.cpp
index e4bbf51aaecb47aab8877746d2c229f43502d405..1502a4f4f791257af3d78d9629cb09bb460411a9 100644 (file)
@@ -335,7 +335,6 @@ bool wxListBox::Create( wxWindow *parent, wxWindowID id,
                         const wxString &name )
 {
     m_needParent = true;
-    m_acceptsFocus = true;
     m_blockEvent = false;
 
     if (!PreCreation( parent, pos, size ) ||