mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-07 08:38:11 +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 --}
|
{-- 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user