ObjectInspector: Don't clear CompFilterEdit in SetSelection or it will always select the root note in Application.OnIdle. Related to r37349 #2d53c6ccb3. Issue #37149.

git-svn-id: trunk@63242 -
This commit is contained in:
michl 2020-05-28 21:49:21 +00:00
parent f6a9533a52
commit 917aadc2e0

View File

@ -4851,8 +4851,6 @@ begin
if FSelection.Count=0 then
Exit;
end;
// ToDo: Clear filter only if a selected node is hidden (Visible=False)
CompFilterEdit.Filter:='';
if ASelection<>nil then
FSelection.Assign(ASelection)
else