mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 12:41:21 +02:00
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:
parent
f6a9533a52
commit
917aadc2e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user