corrected redraw problems with native controls

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2001-03-04 19:10:47 +00:00
parent 360a4636dd
commit 90b22acaa8
4 changed files with 146 additions and 6 deletions

View File

@@ -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);