X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/360a4636ddfe9ff74fb80c2fdd6cb352d8ee11f6..fe2e43661ec454a020e57deda94db36ca26f8a1e:/src/mac/carbon/window.cpp diff --git a/src/mac/carbon/window.cpp b/src/mac/carbon/window.cpp index 40ade4f268..f3ba668abe 100644 --- a/src/mac/carbon/window.cpp +++ b/src/mac/carbon/window.cpp @@ -1743,7 +1743,7 @@ void wxWindow::MacMouseMoved( EventRecord *ev , short part) } void wxWindow::MacActivate( EventRecord *ev , bool inIsActivating ) { - wxActivateEvent event(wxEVT_ACTIVATE, inIsActivating); + wxActivateEvent event(wxEVT_ACTIVATE, inIsActivating , m_windowId); event.m_timeStamp = ev->when ; event.SetEventObject(this);