mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
thx filip notice I use wrong filed to detect alpha blend.
svn path=/trunk/; revision=25201
This commit is contained in:
@@ -1400,7 +1400,7 @@ UserDrawIconEx(
|
||||
IconSize.cy = bmpMask.bmHeight / 2;
|
||||
}
|
||||
|
||||
if (bmpColor.bmPlanes == 32)
|
||||
if (bmpColor.bmBitsPixel == 32)
|
||||
{
|
||||
bAlpha = TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user