SynEdit / Example: Fixed, it was refering to an older method

git-svn-id: trunk@18427 -
This commit is contained in:
martin 2009-01-24 20:15:23 +00:00
parent 6eccca7842
commit b35b1e86f6

View File

@ -80,7 +80,7 @@ begin
Width := 300;
Height := 200;
Gutter.Color := clBtnface;
Gutter.GutterPartVisibleByClass[TSynGutterLineNumber] := True;
Gutter.LineNumberPart.Visible := True;
Color := clWindow;
Visible := True;
Font.Name := 'courier';