]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/tglbtn.cpp
use native TAB traversal for GTK+ 2
[wxWidgets.git] / src / gtk / tglbtn.cpp
index c90a09ec6d88f1a3681aeed148b5826143af68a7..134fa7a9d5c8ef60c80260b1c156b63e671c7af5 100644 (file)
@@ -59,7 +59,6 @@ bool wxToggleBitmapButton::Create(wxWindow *parent, wxWindowID id,
                             const wxString &name)
 {
     m_needParent = true;
-    m_acceptsFocus = true;
 
     m_blockEvent = false;
 
@@ -202,7 +201,6 @@ bool wxToggleButton::Create(wxWindow *parent, wxWindowID id,
                             const wxString &name)
 {
     m_needParent = true;
-    m_acceptsFocus = true;
 
     m_blockEvent = false;