Forgot one.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 1999-01-13 00:44:31 +00:00
parent b75867a61b
commit 2545db4133

View File

@ -140,12 +140,8 @@ void MyCanvas::OnPaint( wxPaintEvent &WXUNUSED(event) )
dc.SetBrush( wxBrush( "orange", wxSOLID ) );
dc.SetPen( *wxWHITE_PEN );
dc.DrawRectangle( 150, 120, 100, 100 );
<<<<<<< image.cpp
#endif
=======
>>>>>>> 1.11
if (my_horse->Ok()) dc.DrawBitmap( *my_horse, 30, 240 );
}