]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/bmpbuttn.cpp
avoid asserts when the cipboard is acquired by another application
[wxWidgets.git] / src / gtk / bmpbuttn.cpp
index cc9f6d14e7662692f41d9af22127836ae657b6a7..6ec496ea1a15b61e945176e6579199ff114bfc76 100644 (file)
@@ -125,7 +125,6 @@ bool wxBitmapButton::Create( wxWindow *parent,
                              const wxString &name )
 {
     m_needParent = true;
-    m_acceptsFocus = true;
 
     if (!PreCreation( parent, pos, size ) ||
         !CreateBase( parent, id, pos, size, style, validator, name ))