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 9fccba8 commit a6b845b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Forms/Editor_Form.pas
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ procedure TEditorForm.SetFormAttributes;
memCodeEditor.SelectedColor.Background := EditorSelectColor;
memCodeEditor.Gutter.Color := EditorGutterColor;
memCodeEditor.Gutter.Font.Color := EditorFontColor;
memCodeEditor.Gutter.BorderColor := EditorBkgColor;
memCodeEditor.Gutter.Visible := EditorShowGutter;
if IndentChar = TAB_CHAR then
begin
Expand Down Expand Up @@ -311,6 +312,7 @@ procedure TEditorForm.SetFormAttributes;
Enabled := miCodeFoldingEnable.Checked;
HighlighterFoldRegions := false;
FolderBarColor := EditorGutterColor;
FolderBarLinesColor := EditorFontColor;
IndentGuides := miIndentGuides.Checked;
end;
{$ENDIF}
Expand Down
Binary file modified ThirdParty/ThirdParty.zip
Binary file not shown.

0 comments on commit a6b845b

Please sign in to comment.