git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32344
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( vis )
m_peer->SetVisibility( true , true ) ;
if ( vis )
m_peer->SetVisibility( true , true ) ;
+ if ( doMove )
+ wxWindowMac::MacSuperChangedPosition() ; // like this only children will be notified
+
MacInvalidateBorders() ;
MacRepositionScrollBars() ;
MacInvalidateBorders() ;
MacRepositionScrollBars() ;
InsetRect( &rect, -MacGetLeftBorderSize() , -MacGetTopBorderSize() ) ;
#if wxMAC_USE_CORE_GRAPHICS && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_3
InsetRect( &rect, -MacGetLeftBorderSize() , -MacGetTopBorderSize() ) ;
#if wxMAC_USE_CORE_GRAPHICS && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_3
- if ( HIThemeDrawFrame != 0)
+ if ( UMAGetSystemVersion() >= 0x1030 )
{
Rect srect = rect ;
HIThemeFrameDrawInfo info ;
{
Rect srect = rect ;
HIThemeFrameDrawInfo info ;
if ( !child->GetEventHandler()->ProcessEvent( eventNc ) )
{
#if wxMAC_USE_CORE_GRAPHICS && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_3
if ( !child->GetEventHandler()->ProcessEvent( eventNc ) )
{
#if wxMAC_USE_CORE_GRAPHICS && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_3
- if ( HIThemeDrawFrame != 0)
+ if ( UMAGetSystemVersion() >= 0x1030 )
{
child->MacPaintBorders(0,0) ;
}
{
child->MacPaintBorders(0,0) ;
}