mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 16:10:16 +02:00
* Enabled bitmap.TransparentMode (fixes #10100)
git-svn-id: trunk@12706 -
This commit is contained in:
parent
ba5d40a2fc
commit
efe7d0f7c6
@ -1250,7 +1250,7 @@ end;
|
|||||||
procedure TBitmap.SetTransparentMode(Value: TTransparentMode);
|
procedure TBitmap.SetTransparentMode(Value: TTransparentMode);
|
||||||
begin
|
begin
|
||||||
if Value=TransparentMode then exit;
|
if Value=TransparentMode then exit;
|
||||||
DebugLn('Note: TBitmap.SetTransparentMode not implemented');
|
FTransparentMode := Value;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// included by graphics.pp
|
// included by graphics.pp
|
||||||
|
Loading…
Reference in New Issue
Block a user