SynEdit: Clean up

git-svn-id: trunk@33827 -
This commit is contained in:
martin 2011-11-28 13:25:55 +00:00
parent ec28caa254
commit 1b09de06b0

View File

@ -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;