]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
Fix type mismatch in wxLogTrace() call in wxSocket.
[wxWidgets.git] / src / common / event.cpp
index ce1e145c79fe1fa53133b4a975af7d5a60083a13..9896674c6103fd93b81e343ef65481f7c8bf58ab 100644 (file)
@@ -554,10 +554,10 @@ wxMouseEvent::wxMouseEvent(wxEventType commandType)
 
     m_clickCount = -1;
 
+    m_wheelAxis = wxMOUSE_WHEEL_VERTICAL;
     m_wheelRotation = 0;
     m_wheelDelta = 0;
     m_linesPerAction = 0;
-    m_wheelAxis = 0;
 }
 
 void wxMouseEvent::Assign(const wxMouseEvent& event)