projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f1ad07
)
frame should call skip on child focus event to give owner a chance
author
Benjamin Williams
<bwilliams@kirix.com>
Mon, 17 Jul 2006 19:23:54 +0000
(19:23 +0000)
committer
Benjamin Williams
<bwilliams@kirix.com>
Mon, 17 Jul 2006 19:23:54 +0000
(19:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40166
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/aui/framemanager.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/aui/framemanager.cpp
b/src/aui/framemanager.cpp
index 3079df6dba5fd6170299a7d7461b144e68ae3078..0fdb1d9fd4696a789b44bdb0ef0bc028ffdf03b3 100644
(file)
--- a/
src/aui/framemanager.cpp
+++ b/
src/aui/framemanager.cpp
@@
-3520,6
+3520,8
@@
void wxFrameManager::OnChildFocus(wxChildFocusEvent& event)
m_frame->Refresh();
}
}
+
+ event.Skip();
}