fix, scroll preview not hidden when leaving on the right

This commit is contained in:
Basile Burg 2017-07-11 13:38:40 +02:00
parent d22ff41d14
commit 1ebcdf1f29
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 0 deletions

View File

@ -3142,6 +3142,7 @@ begin
inherited;
hideDDocs;
hideCallTips;
fScrollMemo.Visible:=false;
end;
procedure TCESynMemo.MouseMove(Shift: TShiftState; X, Y: Integer);