fix ImageList.AddMasked

git-svn-id: trunk@12966 -
This commit is contained in:
paul 2007-11-22 04:22:58 +00:00
parent 893bd9f7c6
commit db137cc50f

View File

@ -865,7 +865,7 @@ begin
then msk := AImage.MaskHandle
else msk := 0;
end
else msk := AMask.Handle;
else msk := AMask.MaskHandle;
R := Rect(0, 0, FWidth, FHeight);
for i := 0 to ACount - 1 do