mirror of https://gitlab.com/basile.b/dexed.git
reset a gutter setting, on some OS the line sep before folds was not visible anymore
This commit is contained in:
parent
e680c3e3bc
commit
13dbc5edae
|
@ -451,7 +451,7 @@ begin
|
|||
Gutter.SeparatorPart.LineOffset := 0;
|
||||
Gutter.SeparatorPart.LineWidth := 1;
|
||||
Gutter.SeparatorPart.MarkupInfo.Foreground := clBackground;
|
||||
Gutter.SeparatorPart.MarkupInfo.Background := clBackground;
|
||||
Gutter.SeparatorPart.MarkupInfo.Background := clWindowText;
|
||||
Gutter.OnGutterClick:= @gutterClick;
|
||||
BracketMatchColor.Foreground:=clRed;
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue