mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-30 12:16:01 +02:00
SynEdit: Call Invalidate after activating the code completion hint for long lines. Issue #26554
git-svn-id: trunk@46025 -
This commit is contained in:
parent
458472a65e
commit
7e4fea476e
@ -728,6 +728,7 @@ procedure TSynBaseCompletionForm.OnHintTimer(Sender: TObject);
|
||||
begin
|
||||
FHintTimer.Enabled := False;
|
||||
FHint.ActivateHint(ItemList[FHint.Index]);
|
||||
FHint.Invalidate;
|
||||
end;
|
||||
|
||||
procedure TSynBaseCompletionForm.KeyDown(var Key: Word; Shift: TShiftState);
|
||||
|
Loading…
Reference in New Issue
Block a user