mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
lcl: set default value for TPen.Cosmetic
git-svn-id: trunk@18982 -
This commit is contained in:
parent
e349453a72
commit
27e3ec707f
@ -626,7 +626,7 @@ type
|
||||
procedure SetPattern(APattern: TPenPattern); reintroduce;
|
||||
published
|
||||
property Color: TColor read FColor write SetColor default clBlack;
|
||||
property Cosmetic: Boolean read FCosmetic write SetCosmetic;
|
||||
property Cosmetic: Boolean read FCosmetic write SetCosmetic default True;
|
||||
property EndCap: TPenEndCap read FEndCap write SetEndCap default pecRound;
|
||||
property JoinStyle: TPenJoinStyle read FJoinStyle write SetJoinStyle default pjsRound;
|
||||
property Mode default pmCopy;
|
||||
|
Loading…
Reference in New Issue
Block a user