End editing with home brown editors when the underlying tree scrolls, to avoid a misplaced cell editor. Fixes issue #1670.

This commit is contained in:
Ansgar Becker
2010-02-07 11:59:36 +00:00
parent 3195b25e8f
commit 788cbf565f
2 changed files with 13 additions and 0 deletions

View File

@ -2532,6 +2532,7 @@ begin
else
VT.TreeOptions.PaintOptions := VT.TreeOptions.PaintOptions - [toHotTrack];
VT.OnGetHint := MainForm.vstGetHint;
VT.OnScroll := MainForm.vstScroll;
VT.ShowHint := True;
VT.HintMode := hmToolTip;
// Apply case insensitive incremental search event