mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 06:47:28 +01:00
Synedit: Markup word at caret: Undo recent optimization.
git-svn-id: trunk@40324 -
This commit is contained in:
parent
a8b95e3a2f
commit
c93d086331
@ -2417,10 +2417,7 @@ procedure TSynEditMarkupHighlightAllCaret.DoTextChanged(StartLine, EndLine,
|
||||
ACountDiff: Integer);
|
||||
begin
|
||||
FStateChanged := True; // Something changed, paint will be called
|
||||
if ( (not HideSingleMatch) and (MatchCount > 0) ) or
|
||||
( (HideSingleMatch) and (MatchCount > 1) )
|
||||
then
|
||||
inherited;
|
||||
inherited;
|
||||
end;
|
||||
|
||||
procedure TSynEditMarkupHighlightAllCaret.DoMarkupChanged(AMarkup: TSynSelectedColor);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user