* Enabled bitmap.TransparentMode (fixes #10100)

git-svn-id: trunk@12706 -
This commit is contained in:
marc 2007-11-03 00:26:48 +00:00
parent ba5d40a2fc
commit efe7d0f7c6

View File

@ -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