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:
parent
e5a2506df5
commit
32cb55b0bb
@ -353,8 +353,6 @@ void MyCanvas::OnEraseBackground( wxEraseEvent& event )
|
||||
{
|
||||
dc.DrawLine(0, y, size.x, y);
|
||||
}
|
||||
|
||||
wxPrintf( "hello\n" );
|
||||
|
||||
dc.SetTextForeground(*wxRED);
|
||||
dc.DrawText(_T("This text is drawn from OnEraseBackground"), 60, 160);
|
||||
|
Loading…
Reference in New Issue
Block a user