mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 21:50:05 +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);
|
||||
begin
|
||||
if Value=TransparentMode then exit;
|
||||
DebugLn('Note: TBitmap.SetTransparentMode not implemented');
|
||||
FTransparentMode := Value;
|
||||
end;
|
||||
|
||||
// included by graphics.pp
|
||||
|
Loading…
Reference in New Issue
Block a user