git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57052
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (depth == 32)
{
SetPixbuf(gdk_pixbuf_new(GDK_COLORSPACE_RGB, true, 8, width, height), 32);
if (depth == 32)
{
SetPixbuf(gdk_pixbuf_new(GDK_COLORSPACE_RGB, true, 8, width, height), 32);
+ // must initialize alpha, otherwise GetPixmap()
+ // will create a mask out of garbage
+ gdk_pixbuf_fill(M_BMPDATA->m_pixbuf, 0x000000ff);
} else
if (depth == 24)
{
} else
if (depth == 24)
{