mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 08:02:03 +02:00
SynEdit HighlighterAny: Fixed updating the Comment Value
git-svn-id: trunk@24290 -
This commit is contained in:
parent
e40d947c7d
commit
dd2476a1cc
@ -896,7 +896,9 @@ end;
|
||||
|
||||
procedure TSynAnySyn.SetComments(Value: CommentStyles);
|
||||
begin
|
||||
if fComments = Value then exit;
|
||||
fComments := Value;
|
||||
MakeMethodTables;
|
||||
DefHighLightChange(nil);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user