IDE: designer: fixed csOwnedChildsSelectable

git-svn-id: trunk@22843 -
This commit is contained in:
mattias 2009-11-28 00:21:30 +00:00
parent ba45db3a02
commit a0d2779d55

View File

@ -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)]);