mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 08:19:41 +02:00
SynEdit / Example: Fixed, it was refering to an older method
git-svn-id: trunk@18427 -
This commit is contained in:
parent
6eccca7842
commit
b35b1e86f6
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user