IdeIntf: comment.

git-svn-id: trunk@52245 -
This commit is contained in:
juha 2016-04-24 14:15:16 +00:00
parent 7047f40793
commit dab7775724

View File

@ -267,6 +267,7 @@ begin
and FComponentList.IsEqual(PropertyEditorHook.LookupRoot, NewSelection) then
begin
// nodes ok, but maybe node values need update
DebugLn('TComponentTreeView.SetSelection: Updating component node values.');
UpdateComponentNodesValues;
Exit;
end;
@ -723,6 +724,7 @@ begin
end;
procedure TComponentTreeView.UpdateComponentNodesValues;
// Could be optimised by adding a PropName parameter and searching a node by name.
procedure UpdateComponentNode(ANode: TTreeNode);
var