making sure eventual borders get updated when windows are shown
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1261,6 +1261,9 @@ bool wxWindowMac::Show(bool show)
|
||||
if ( GetPeer() )
|
||||
GetPeer()->SetVisibility( show ) ;
|
||||
|
||||
if ( show )
|
||||
MacInvalidateBorders();
|
||||
|
||||
#ifdef __WXOSX_IPHONE__
|
||||
// only when there's no native event support
|
||||
if ( !IsTopLevel() )
|
||||
|
Reference in New Issue
Block a user