SynEdit HighlighterAny: Fixed updating the Comment Value

git-svn-id: trunk@24290 -
This commit is contained in:
martin 2010-03-29 20:15:32 +00:00
parent e40d947c7d
commit dd2476a1cc

View File

@ -896,7 +896,9 @@ end;
procedure TSynAnySyn.SetComments(Value: CommentStyles);
begin
if fComments = Value then exit;
fComments := Value;
MakeMethodTables;
DefHighLightChange(nil);
end;