mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 08:20:21 +02:00
SynEdit: Clean up
git-svn-id: trunk@33827 -
This commit is contained in:
parent
ec28caa254
commit
1b09de06b0
@ -76,7 +76,7 @@ type
|
||||
default 0;
|
||||
property RightOffset: integer read FRightOffset write SetRightOffset
|
||||
default 0;
|
||||
property OnChange: TNotifyEvent read FOnChange write FOnChange;
|
||||
property OnChange: TNotifyEvent read FOnChange write FOnChange;
|
||||
property OnResize: TNotifyEvent read FOnResize write FOnResize;
|
||||
public
|
||||
property Parts: TSynGutterPartListBase read FGutterPartList write SetGutterParts;
|
||||
|
Loading…
Reference in New Issue
Block a user