Do what's needs to be done to tell a node it has children now.

This commit is contained in:
Ansgar Becker
2011-01-10 20:42:45 +00:00
parent fcb7fcffab
commit 40791c52a9

View File

@ -1854,7 +1854,7 @@ begin
end;
end;
SelectNode(treeIndexes, Item.MenuIndex);
treeIndexes.ReinitChildren(treeIndexes.FocusedNode, False);
treeIndexes.ReinitNode(treeIndexes.FocusedNode, False);
SelectNode(treeIndexes, TblKey.Columns.Count-1, treeIndexes.FocusedNode);
end;
Modification(Sender);