* Fix transparency issues under 64bit

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2550 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2012-10-13 11:21:20 +00:00
parent 4e56a7ec20
commit f80f36872e

View File

@ -5005,6 +5005,7 @@ begin
CF_VTREFERENCE := ClipboardRegisterFormat(CFSTR_VTREFERENCE);
UtilityImages := TBitmap.Create;
UtilityImages.Transparent := True;
UtilityImages.LoadFromLazarusResource('VT_UTILITIES');
// Specify an useful timer resolution for timeGetTime.
@ -20261,7 +20262,7 @@ begin
else
begin
FCheckImages := TBitmap.Create;
FCheckImages.TransparentColor := clDefault;
FCheckImages.Transparent := True;
FCheckImages.LoadFromLazarusResource(CheckImagesStrings[FCheckImageKind]);
end;
end;