mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user