diff --git a/src/common/image.cpp b/src/common/image.cpp index c65b55dd43..3423186c4e 100644 --- a/src/common/image.cpp +++ b/src/common/image.cpp @@ -234,6 +234,7 @@ bool wxImage::Create( int width, int height, unsigned char* data, unsigned char* M_IMGDATA->m_height = height; M_IMGDATA->m_ok = true; M_IMGDATA->m_static = static_data; + M_IMGDATA->m_staticAlpha = static_data; return true; }