git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50565
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxDataViewMainWindow::OnPaint( wxPaintEvent &WXUNUSED(event) )
{
wxDataViewModel *model = GetOwner()->GetModel();
void wxDataViewMainWindow::OnPaint( wxPaintEvent &WXUNUSED(event) )
{
wxDataViewModel *model = GetOwner()->GetModel();
- //wxAutoBufferedPaintDC dc( this );
- wxPaintDC dc(this);
+ wxAutoBufferedPaintDC dc( this );
// prepare the DC
dc.SetBackground(GetBackgroundColour());
// prepare the DC
dc.SetBackground(GetBackgroundColour());