IdeIntf: Less verbose ComponentTreeView.

git-svn-id: trunk@59160 -
This commit is contained in:
juha 2018-09-24 14:22:04 +00:00
parent e104172fc2
commit 2047faa496

View File

@ -292,7 +292,6 @@ 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;