projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add wxActivateEvent::GetActivationReason().
[wxWidgets.git]
/
src
/
gtk
/
statbox.cpp
diff --git
a/src/gtk/statbox.cpp
b/src/gtk/statbox.cpp
index bd64a6076d81fee65504bc1619e8487a139f946a..6d0a9b0db1661274c4a64c5aef6d0788354dbd7c 100644
(file)
--- a/
src/gtk/statbox.cpp
+++ b/
src/gtk/statbox.cpp
@@
-108,6
+108,8
@@
bool wxStaticBox::Create( wxWindow *parent,
}
#endif
+ m_container.DisableSelfFocus();
+
return true;
}