diff --git a/src/common/event.cpp b/src/common/event.cpp index b28bf49e1e..072c82e953 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -1886,7 +1886,7 @@ bool wxEventBlocker::ProcessEvent(wxEvent& event) return true; // yes, it should: mark this event as processed } - return false; + return wxEvtHandler::ProcessEvent(event);; } #endif // wxUSE_GUI