mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 10:50:53 +02:00
IDE: designer: fixed csOwnedChildsSelectable
git-svn-id: trunk@22843 -
This commit is contained in:
parent
ba45db3a02
commit
a0d2779d55
@ -446,7 +446,7 @@ begin
|
||||
Root:=Child;
|
||||
if (Control<>nil)
|
||||
and (not (csOwnedChildsSelectable in Control.ControlStyle)) then
|
||||
|
||||
exit;
|
||||
end;
|
||||
{$IFDEF VerboseDesignerSelect}
|
||||
DebugLn(['TComponentSearch.Gather Root=',DbgSName(Root)]);
|
||||
|
Loading…
Reference in New Issue
Block a user