X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b47b784075508221e39c6bacbe7c2ffff64966d..12bb29f5432174ecbd65549bda832d70d34a98ae:/src/x11/window.cpp diff --git a/src/x11/window.cpp b/src/x11/window.cpp index fcd2ee3dea..fccabf677d 100644 --- a/src/x11/window.cpp +++ b/src/x11/window.cpp @@ -1486,6 +1486,7 @@ bool wxTranslateMouseEvent(wxMouseEvent& wxevent, button = xevent->xbutton.button; wxevent.m_linesPerAction = 3; + wxevent.m_columnsPerAction = 3; wxevent.m_wheelDelta = WHEEL_DELTA; // Button 4 means mousewheel up, 5 means down