mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-17 01:21:07 +01: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);
|
procedure TSynAnySyn.SetComments(Value: CommentStyles);
|
||||||
begin
|
begin
|
||||||
|
if fComments = Value then exit;
|
||||||
fComments := Value;
|
fComments := Value;
|
||||||
|
MakeMethodTables;
|
||||||
DefHighLightChange(nil);
|
DefHighLightChange(nil);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user