mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-09 19:57:45 +01:00
IdeIntf: comment.
git-svn-id: trunk@52245 -
This commit is contained in:
parent
7047f40793
commit
dab7775724
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user