projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
check that the cell using bool editor has a valid value (i.e. either true or false...
[wxWidgets.git]
/
src
/
common
/
popupcmn.cpp
diff --git
a/src/common/popupcmn.cpp
b/src/common/popupcmn.cpp
index 41b8878af33de3ab7220aa31e6f460c862c86c2e..d0a3534f37500fd1ee8ec719c5ede2de0bed9616 100644
(file)
--- a/
src/common/popupcmn.cpp
+++ b/
src/common/popupcmn.cpp
@@
-561,7
+561,7
@@
void wxPopupFocusHandler::OnKillFocus(wxFocusEvent& event)
void wxPopupFocusHandler::OnKeyDown(wxKeyEvent& event)
{
// let the window have it first, it might process the keys
void wxPopupFocusHandler::OnKeyDown(wxKeyEvent& event)
{
// let the window have it first, it might process the keys
- if ( !m_popup->ProcessEvent(event) )
+ if ( !m_popup->
GetEventHandler()->
ProcessEvent(event) )
{
// by default, dismiss the popup
m_popup->DismissAndNotify();
{
// by default, dismiss the popup
m_popup->DismissAndNotify();