* Disabled automatic mask handle creation

git-svn-id: trunk@12723 -
This commit is contained in:
marc 2007-11-03 18:57:04 +00:00
parent f745b551ef
commit f597c76bad

View File

@ -425,7 +425,9 @@ end;
procedure TBitMap.MaskHandleNeeded;
begin
if (FImage.FMaskHandle <> 0) then exit;
CreateMask;
// not now, breaks alpha images, since they report themselves as transparent
// while no mask is needed
// CreateMask;
end;
procedure TBitmap.LoadFromLazarusResource(const ResName: String);