fixed bug 128581
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
84028727cb
commit
8c1375b922
@ -720,7 +720,7 @@ bool wxBitmapHandler::Create(wxGDIImage *image,
|
||||
{
|
||||
wxBitmap *bitmap = wxDynamicCast(image, wxBitmap);
|
||||
|
||||
return bitmap ? Create(bitmap, data, width, height, depth) : FALSE;
|
||||
return bitmap ? Create(bitmap, data, flags, width, height, depth) : FALSE;
|
||||
}
|
||||
|
||||
bool wxBitmapHandler::Load(wxGDIImage *image,
|
||||
|
Loading…
Reference in New Issue
Block a user