thx filip notice I use wrong filed to detect alpha blend.

svn path=/trunk/; revision=25201
This commit is contained in:
Magnus Olsen 2006-12-21 20:03:06 +00:00
parent 757b471441
commit d747ce9acb

View file

@ -1400,7 +1400,7 @@ UserDrawIconEx(
IconSize.cy = bmpMask.bmHeight / 2;
}
if (bmpColor.bmPlanes == 32)
if (bmpColor.bmBitsPixel == 32)
{
bAlpha = TRUE;
}