MG: fixed drawing of non visual components in designer

git-svn-id: trunk@2673 -
This commit is contained in:
lazarus 2002-08-18 04:56:39 +00:00
parent f6a87251bf
commit 939121e12b

View File

@ -49,7 +49,8 @@ end;
{-----------------------------------------------} {-----------------------------------------------}
{-- TCanvas.CopyRect --} {-- TCanvas.CopyRect --}
{-----------------------------------------------} {-----------------------------------------------}
Procedure TCanvas.CopyRect(const Dest : TRect; Canvas : TCanvas; const Source : TRect); Procedure TCanvas.CopyRect(const Dest : TRect; Canvas : TCanvas;
const Source : TRect);
var var
SH, SW, DH, DW: Integer; SH, SW, DH, DW: Integer;
Begin Begin
@ -1014,6 +1015,9 @@ end;
{ ============================================================================= { =============================================================================
$Log$ $Log$
Revision 1.24 2002/08/30 13:43:37 lazarus
MG: fixed drawing of non visual components in designer
Revision 1.23 2002/08/19 20:34:47 lazarus Revision 1.23 2002/08/19 20:34:47 lazarus
MG: improved Clipping, TextOut, Polygon functions MG: improved Clipping, TextOut, Polygon functions