Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avk959 committed Mar 31, 2019
1 parent 4910fa8 commit eb83179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2589,7 +2589,7 @@ procedure TMainForm.ReadSettings;
FHighlighter.KeyAttri.Style := FHighlighter.KeyAttri.Style + [fsBold];

I := Ini.ReadInteger(SEditor, SIdentifyColor, Integer(FHighlighter.IdentifierAttri.Foreground));
FHighlighter.KeyAttri.Foreground := TColor(I);
FHighlighter.IdentifierAttri.Foreground := TColor(I);
if Ini.ReadBool(SEditor, SIdentifyItalic, fsItalic in FHighlighter.IdentifierAttri.Style) then
FHighlighter.IdentifierAttri.Style := FHighlighter.IdentifierAttri.Style + [fsItalic];
if Ini.ReadBool(SEditor, SIdentifyBold, fsBold in FHighlighter.IdentifierAttri.Style) then
Expand Down

0 comments on commit eb83179

Please sign in to comment.