You've already forked lazarus-ccr
* 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:
@ -5005,6 +5005,7 @@ begin
|
|||||||
CF_VTREFERENCE := ClipboardRegisterFormat(CFSTR_VTREFERENCE);
|
CF_VTREFERENCE := ClipboardRegisterFormat(CFSTR_VTREFERENCE);
|
||||||
|
|
||||||
UtilityImages := TBitmap.Create;
|
UtilityImages := TBitmap.Create;
|
||||||
|
UtilityImages.Transparent := True;
|
||||||
UtilityImages.LoadFromLazarusResource('VT_UTILITIES');
|
UtilityImages.LoadFromLazarusResource('VT_UTILITIES');
|
||||||
|
|
||||||
// Specify an useful timer resolution for timeGetTime.
|
// Specify an useful timer resolution for timeGetTime.
|
||||||
@ -20261,7 +20262,7 @@ begin
|
|||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
FCheckImages := TBitmap.Create;
|
FCheckImages := TBitmap.Create;
|
||||||
FCheckImages.TransparentColor := clDefault;
|
FCheckImages.Transparent := True;
|
||||||
FCheckImages.LoadFromLazarusResource(CheckImagesStrings[FCheckImageKind]);
|
FCheckImages.LoadFromLazarusResource(CheckImagesStrings[FCheckImageKind]);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user