mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 22:56:46 +02:00
MG: accelerated designer drawings
git-svn-id: trunk@2671 -
This commit is contained in:
parent
a53ae09b87
commit
e09e66a7db
@ -556,7 +556,6 @@ type
|
|||||||
property CopyMode: TCopyMode read FCopyMode write FCopyMode default cmSrcCopy;
|
property CopyMode: TCopyMode read FCopyMode write FCopyMode default cmSrcCopy;
|
||||||
property Font: TFont read FFont write SetFont;
|
property Font: TFont read FFont write SetFont;
|
||||||
property Pen: TPen read FPen write SetPen;
|
property Pen: TPen read FPen write SetPen;
|
||||||
// Extra
|
|
||||||
property Color: TColor read GetColor write SetColor;
|
property Color: TColor read GetColor write SetColor;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -871,6 +870,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.46 2002/09/19 19:56:13 lazarus
|
||||||
|
MG: accelerated designer drawings
|
||||||
|
|
||||||
Revision 1.45 2002/09/18 17:07:24 lazarus
|
Revision 1.45 2002/09/18 17:07:24 lazarus
|
||||||
MG: added patch from Andrew
|
MG: added patch from Andrew
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user