Copy event type too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -389,6 +389,8 @@ wxMouseEvent::wxMouseEvent(wxEventType commandType)
|
|||||||
|
|
||||||
void wxMouseEvent::Assign(const wxMouseEvent& event)
|
void wxMouseEvent::Assign(const wxMouseEvent& event)
|
||||||
{
|
{
|
||||||
|
m_eventType = event.m_eventType;
|
||||||
|
|
||||||
m_x = event.m_x;
|
m_x = event.m_x;
|
||||||
m_y = event.m_y;
|
m_y = event.m_y;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user