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:
@@ -720,7 +720,7 @@ bool wxBitmapHandler::Create(wxGDIImage *image,
|
|||||||
{
|
{
|
||||||
wxBitmap *bitmap = wxDynamicCast(image, wxBitmap);
|
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,
|
bool wxBitmapHandler::Load(wxGDIImage *image,
|
||||||
|
Reference in New Issue
Block a user