git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9439
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
else
{
// erase former position
else
{
// erase former position
+ wxMacDrawingHelper focus( this ) ;
+ if ( focus.Ok() )
- wxMacDrawingClientHelper focus( this ) ;
- if ( focus.Ok() )
- {
- Rect clientrect = { 0 , 0 , m_height , m_width } ;
- InvalWindowRect( GetMacRootWindow() , &clientrect ) ;
- }
+ Rect clientrect = { 0 , 0 , m_height , m_width } ;
+ ClipRect( &clientrect ) ;
+ InvalWindowRect( GetMacRootWindow() , &clientrect ) ;
else
{
// erase new position
else
{
// erase new position
- wxMacDrawingClientHelper focus( this ) ;
+ wxMacDrawingHelper focus( this ) ;
if ( focus.Ok() )
{
Rect clientrect = { 0 , 0 , m_height , m_width } ;
if ( focus.Ok() )
{
Rect clientrect = { 0 , 0 , m_height , m_width } ;
+ ClipRect( &clientrect ) ;
InvalWindowRect( GetMacRootWindow() , &clientrect ) ;
}
}
InvalWindowRect( GetMacRootWindow() , &clientrect ) ;
}
}
if ( doMove )
wxWindow::MacSuperChangedPosition() ; // like this only children will be notified
}
if ( doMove )
wxWindow::MacSuperChangedPosition() ; // like this only children will be notified
}
else
{
// erase former position
else
{
// erase former position
+ wxMacDrawingHelper focus( this ) ;
+ if ( focus.Ok() )
- wxMacDrawingClientHelper focus( this ) ;
- if ( focus.Ok() )
- {
- Rect clientrect = { 0 , 0 , m_height , m_width } ;
- InvalWindowRect( GetMacRootWindow() , &clientrect ) ;
- }
+ Rect clientrect = { 0 , 0 , m_height , m_width } ;
+ ClipRect( &clientrect ) ;
+ InvalWindowRect( GetMacRootWindow() , &clientrect ) ;
else
{
// erase new position
else
{
// erase new position
- wxMacDrawingClientHelper focus( this ) ;
+ wxMacDrawingHelper focus( this ) ;
if ( focus.Ok() )
{
Rect clientrect = { 0 , 0 , m_height , m_width } ;
if ( focus.Ok() )
{
Rect clientrect = { 0 , 0 , m_height , m_width } ;
+ ClipRect( &clientrect ) ;
InvalWindowRect( GetMacRootWindow() , &clientrect ) ;
}
}
InvalWindowRect( GetMacRootWindow() , &clientrect ) ;
}
}
if ( doMove )
wxWindow::MacSuperChangedPosition() ; // like this only children will be notified
}
if ( doMove )
wxWindow::MacSuperChangedPosition() ; // like this only children will be notified
}