X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b47b784075508221e39c6bacbe7c2ffff64966d..cc4d5638c66a409e421420ed7110917755a66788:/src/x11/window.cpp diff --git a/src/x11/window.cpp b/src/x11/window.cpp index fcd2ee3dea..89a218afef 100644 --- a/src/x11/window.cpp +++ b/src/x11/window.cpp @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 17/09/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -1486,6 +1485,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