git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32812
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
wxBitmap bmp = wxDefaultArtProvider_CreateBitmap(id);
{
wxBitmap bmp = wxDefaultArtProvider_CreateBitmap(id);
if (bmp.Ok())
{
// fit into transparent image with desired size hint from the client
if (bmp.Ok())
{
// fit into transparent image with desired size hint from the client
wxImage img = bmp.ConvertToImage();
img.Resize(bestSize, offset);
bmp = wxBitmap(img);
wxImage img = bmp.ConvertToImage();
img.Resize(bestSize, offset);
bmp = wxBitmap(img);