From 13dbc5edaeec3bc8ed56e86086f2509de1085887 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 10 Dec 2015 01:50:51 +0100 Subject: [PATCH] reset a gutter setting, on some OS the line sep before folds was not visible anymore --- src/ce_synmemo.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ce_synmemo.pas b/src/ce_synmemo.pas index 344854e0..389b91ef 100644 --- a/src/ce_synmemo.pas +++ b/src/ce_synmemo.pas @@ -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; //