background drawing uncommented again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bd3169a752
commit
4b5386874a
@ -1709,15 +1709,12 @@ void wxWindowMac::WarpPointer (int x_pos, int y_pos)
|
||||
|
||||
void wxWindowMac::OnEraseBackground(wxEraseEvent& event)
|
||||
{
|
||||
event.Skip() ;
|
||||
/*
|
||||
if ( m_macBackgroundBrush.Ok() == false || m_macBackgroundBrush.GetStyle() == wxTRANSPARENT )
|
||||
{
|
||||
event.Skip() ;
|
||||
}
|
||||
else
|
||||
event.GetDC()->Clear() ;
|
||||
*/
|
||||
}
|
||||
|
||||
void wxWindowMac::OnNcPaint( wxNcPaintEvent& event )
|
||||
|
Loading…
Reference in New Issue
Block a user