reset a gutter setting, on some OS the line sep before folds was not visible anymore

This commit is contained in:
Basile Burg 2015-12-10 01:50:51 +01:00
parent e680c3e3bc
commit 13dbc5edae
1 changed files with 1 additions and 1 deletions

View File

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