git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33303
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxTopLevelWindowMac::DoMoveWindow(int x, int y, int width, int height)
{
void wxTopLevelWindowMac::DoMoveWindow(int x, int y, int width, int height)
{
+ m_cachedClippedRectValid = false ;
Rect bounds = { y , x , y + height , x + width } ;
verify_noerr(SetWindowBounds( (WindowRef) m_macWindow, kWindowStructureRgn , &bounds )) ;
}
Rect bounds = { y , x , y + height , x + width } ;
verify_noerr(SetWindowBounds( (WindowRef) m_macWindow, kWindowStructureRgn , &bounds )) ;
}