SynCompletion: Update hint when scrolling with mouse

git-svn-id: trunk@25871 -
This commit is contained in:
martin 2010-06-03 18:01:53 +00:00
parent 73aae1143d
commit e370d93462

View File

@ -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;