mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-08 15:19:30 +01: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;
|
Width := 300;
|
||||||
Height := 200;
|
Height := 200;
|
||||||
Gutter.Color := clBtnface;
|
Gutter.Color := clBtnface;
|
||||||
Gutter.GutterPartVisibleByClass[TSynGutterLineNumber] := True;
|
Gutter.LineNumberPart.Visible := True;
|
||||||
Color := clWindow;
|
Color := clWindow;
|
||||||
Visible := True;
|
Visible := True;
|
||||||
Font.Name := 'courier';
|
Font.Name := 'courier';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user