mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Be sure DBTree.OnFocusChanged is called when doubleclicking a table in the Database tab or "Edit ..." menu item was explicitly clicked. Fixes issue #1225 with annoyance factor.
This commit is contained in:
@@ -5699,6 +5699,7 @@ begin
|
||||
DBtree.Expanded[dbnode] := True;
|
||||
DBtree.Selected[snode] := True;
|
||||
// Implicitely calls OnFocusChanged:
|
||||
DBTree.FocusedNode := nil;
|
||||
DBTree.FocusedNode := snode;
|
||||
exit;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user