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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user