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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user