diff --git a/src/osx/window_osx.cpp b/src/osx/window_osx.cpp index def6d915da..0208bf8838 100644 --- a/src/osx/window_osx.cpp +++ b/src/osx/window_osx.cpp @@ -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() )