diff --git a/src/generic/vscroll.cpp b/src/generic/vscroll.cpp index efbef67e33..10afddad01 100644 --- a/src/generic/vscroll.cpp +++ b/src/generic/vscroll.cpp @@ -142,6 +142,7 @@ bool wxVarScrollHelperEvtHandler::ProcessEvent(wxEvent& event) else if ( evType == wxEVT_MOUSEWHEEL ) { m_scrollHelper->HandleOnMouseWheel((wxMouseEvent &)event); + return true; } #endif #endif // wxUSE_MOUSEWHEEL