]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/window.cpp
Fix ribbon documentation warnings.
[wxWidgets.git] / src / x11 / window.cpp
index fcd2ee3deac78e523f0793b868a147505322616b..89a218afefe7ee8529612add15a765aa5c22304c 100644 (file)
@@ -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