git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31315
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
M_BITMAPDATA->m_cocoaNSBitmapImageRep = newBitmapRep;
M_BITMAPDATA->m_width = [newBitmapRep pixelsWide];
M_BITMAPDATA->m_height = [newBitmapRep pixelsHigh];
- M_BITMAPDATA->m_depth = [newBitmapRep bitsPerSample];
+ M_BITMAPDATA->m_depth = [newBitmapRep bitsPerSample]*[newBitmapRep samplesPerPixel];
M_BITMAPDATA->m_ok = true;
M_BITMAPDATA->m_numColors = 0;
M_BITMAPDATA->m_quality = 0;