Fix issue #1205 Moving focus from db to table by keyboard calls ALTER DATABASE dialog

This commit is contained in:
Ansgar Becker
2009-06-09 18:20:50 +00:00
parent f5de381e05
commit 65460a351d

View File

@ -5523,7 +5523,7 @@ end;
function TMainForm.GetSelectedNodeType: TListNodeType; function TMainForm.GetSelectedNodeType: TListNodeType;
begin begin
Result := GetNodeType(DBtree.GetFirstSelected); Result := GetNodeType(DBtree.FocusedNode);
end; end;