git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10381
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
MacSuperShown( show ) ;
Refresh() ;
+ /*
+ // this will be done by the activate event
if(m_macWindowData)
MacUpdateImmediately() ;
-
+ */
return TRUE;
}
GetEventHandler()->ProcessEvent(event);
UMAHighlightAndActivateWindow( m_macWindowData->m_macWindow , inIsActivating ) ;
+ Refresh() ;
+ MacUpdateImmediately() ;
}
void wxWindow::MacRedraw( RgnHandle updatergn , long time)
}
MacSuperShown( show ) ;
Refresh() ;
+ /*
+ // this will be done by the activate event
if(m_macWindowData)
MacUpdateImmediately() ;
-
+ */
return TRUE;
}
GetEventHandler()->ProcessEvent(event);
UMAHighlightAndActivateWindow( m_macWindowData->m_macWindow , inIsActivating ) ;
+ Refresh() ;
+ MacUpdateImmediately() ;
}
void wxWindow::MacRedraw( RgnHandle updatergn , long time)