mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 12:00:40 +02:00
SynCompletion: Update hint when scrolling with mouse
git-svn-id: trunk@25871 -
This commit is contained in:
parent
73aae1143d
commit
e370d93462
@ -694,6 +694,8 @@ procedure TSynBaseCompletionForm.ScrollScroll(Sender: TObject; ScrollCode: TScro
|
||||
begin
|
||||
if ScrollPos > (Scroll.Max - Scroll.PageSize) + 1 then
|
||||
ScrollPos := Scroll.Max - Scroll.PageSize + 1;
|
||||
FHint.Hide;
|
||||
ShowItemHint(Position);
|
||||
end;
|
||||
|
||||
procedure TSynBaseCompletionForm.SelectNext;
|
||||
|
Loading…
Reference in New Issue
Block a user