mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
No need to center selected node vertically normally. Should make selecting the next node after deletions in datagrid nicer. See issue #1471.
This commit is contained in:
@ -2828,7 +2828,7 @@ begin
|
||||
VT.ClearSelection;
|
||||
VT.FocusedNode := Node;
|
||||
VT.Selected[Node] := True;
|
||||
VT.ScrollIntoView(Node, True);
|
||||
VT.ScrollIntoView(Node, False);
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user