wxImage now uses GTK 1.2's fast rendering code if possible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -114,8 +114,6 @@ MyCanvas::MyCanvas( wxWindow *parent, wxWindowID id,
|
||||
image.LoadFile( dir + wxString("test.png"), wxBITMAP_TYPE_PNG );
|
||||
my_square = new wxBitmap( image.ConvertToBitmap() );
|
||||
|
||||
(void)new wxTextCtrl( this, -1, "", wxPoint(10,200), wxSize(120,-1) );
|
||||
|
||||
CreateAntiAliasedBitmap();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user