]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
notify the event loop that synthesized events are on the queue, wait for them to...
[wxWidgets.git] / src / common / event.cpp
index c7d1d33bde6753459de6f61194dfbf8c0db89dc0..2733450352c406cee3678be9b364f69837c9df7e 100644 (file)
@@ -565,6 +565,7 @@ wxMouseEvent::wxMouseEvent(wxEventType commandType)
     m_wheelRotation = 0;
     m_wheelDelta = 0;
     m_linesPerAction = 0;
+    m_columnsPerAction = 0;
 }
 
 void wxMouseEvent::Assign(const wxMouseEvent& event)
@@ -587,6 +588,7 @@ void wxMouseEvent::Assign(const wxMouseEvent& event)
     m_wheelRotation = event.m_wheelRotation;
     m_wheelDelta = event.m_wheelDelta;
     m_linesPerAction = event.m_linesPerAction;
+    m_columnsPerAction = event.m_columnsPerAction;
     m_wheelAxis = event.m_wheelAxis;
 }