Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
albireo77 committed Nov 2, 2019
1 parent ab3f52d commit 9fccba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Forms/Editor_Form.pas
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ procedure TEditorForm.SetFormAttributes;
memCodeEditor.ActiveLineColor := EditorALineColor;
memCodeEditor.SelectedColor.Background := EditorSelectColor;
memCodeEditor.Gutter.Color := EditorGutterColor;
memCodeEditor.Gutter.Font.Color := Font.Color;
memCodeEditor.Gutter.Font.Color := EditorFontColor;
memCodeEditor.Gutter.Visible := EditorShowGutter;
if IndentChar = TAB_CHAR then
begin
Expand Down

0 comments on commit 9fccba8

Please sign in to comment.