invalidating vis regions upon tlw resize as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1382,6 +1382,7 @@ void wxTopLevelWindowMac::MacGetContentAreaInset( int &left , int &top , int &ri
|
|||||||
|
|
||||||
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 } ;
|
Rect bounds = { y , x , y + height , x + width } ;
|
||||||
verify_noerr(SetWindowBounds( (WindowRef) m_macWindow, kWindowStructureRgn , &bounds )) ;
|
verify_noerr(SetWindowBounds( (WindowRef) m_macWindow, kWindowStructureRgn , &bounds )) ;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user