mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Fix issue #1205 Moving focus from db to table by keyboard calls ALTER DATABASE dialog
This commit is contained in:
@ -5523,7 +5523,7 @@ end;
|
||||
|
||||
function TMainForm.GetSelectedNodeType: TListNodeType;
|
||||
begin
|
||||
Result := GetNodeType(DBtree.GetFirstSelected);
|
||||
Result := GetNodeType(DBtree.FocusedNode);
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user