mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 11:02:56 +02:00
MG: fixed drawing of non visual components in designer
git-svn-id: trunk@2673 -
This commit is contained in:
parent
f6a87251bf
commit
939121e12b
@ -49,7 +49,8 @@ end;
|
||||
{-----------------------------------------------}
|
||||
{-- 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
|
||||
SH, SW, DH, DW: Integer;
|
||||
Begin
|
||||
@ -1014,6 +1015,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$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
|
||||
MG: improved Clipping, TextOut, Polygon functions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user