mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 20:00:16 +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.ClearSelection;
|
||||||
VT.FocusedNode := Node;
|
VT.FocusedNode := Node;
|
||||||
VT.Selected[Node] := True;
|
VT.Selected[Node] := True;
|
||||||
VT.ScrollIntoView(Node, True);
|
VT.ScrollIntoView(Node, False);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user