mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 22:56:46 +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
|
begin
|
||||||
FHintTimer.Enabled := False;
|
FHintTimer.Enabled := False;
|
||||||
FHint.ActivateHint(ItemList[FHint.Index]);
|
FHint.ActivateHint(ItemList[FHint.Index]);
|
||||||
|
FHint.Invalidate;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TSynBaseCompletionForm.KeyDown(var Key: Word; Shift: TShiftState);
|
procedure TSynBaseCompletionForm.KeyDown(var Key: Word; Shift: TShiftState);
|
||||||
|
Loading…
Reference in New Issue
Block a user