projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use native TAB traversal for GTK+ 2
[wxWidgets.git]
/
src
/
gtk
/
button.cpp
diff --git
a/src/gtk/button.cpp
b/src/gtk/button.cpp
index 35e0b4f53712a2e9aec2134106ba835bbff4f4d7..3e4e83feebab585892ab87731b931c269dc71c22 100644
(file)
--- a/
src/gtk/button.cpp
+++ b/
src/gtk/button.cpp
@@
-111,7
+111,6
@@
bool wxButton::Create( wxWindow *parent, wxWindowID id, const wxString &label,
long style, const wxValidator& validator, const wxString &name )
{
m_needParent = true;
- m_acceptsFocus = true;
if (!PreCreation( parent, pos, size ) ||
!CreateBase( parent, id, pos, size, style, validator, name ))