git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37376
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
dc.SetBackground(wxBrush(GetBackgroundColour()));
dc.Clear();
dc.SetBackground(wxBrush(GetBackgroundColour()));
dc.Clear();
dc.SetFont( GetFont() );
dc.SetBackgroundMode(wxTRANSPARENT);
dc.SetFont( GetFont() );
dc.SetBackgroundMode(wxTRANSPARENT);
}
// Finish up by drawing the buffer to the real dc
}
// Finish up by drawing the buffer to the real dc
dc.SelectObject(wxNullBitmap);
real_dc.DrawBitmap(buffer, 0, 0, false);
}
dc.SelectObject(wxNullBitmap);
real_dc.DrawBitmap(buffer, 0, 0, false);
}