Reverted accidental change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-04-18 08:06:14 +00:00
parent e5a2506df5
commit 32cb55b0bb

View File

@@ -354,8 +354,6 @@ void MyCanvas::OnEraseBackground( wxEraseEvent& event )
dc.DrawLine(0, y, size.x, y); dc.DrawLine(0, y, size.x, y);
} }
wxPrintf( "hello\n" );
dc.SetTextForeground(*wxRED); dc.SetTextForeground(*wxRED);
dc.DrawText(_T("This text is drawn from OnEraseBackground"), 60, 160); dc.DrawText(_T("This text is drawn from OnEraseBackground"), 60, 160);
} }