IDEIntf: OI: GetRowByPath: expand only parents

git-svn-id: trunk@32280 -
This commit is contained in:
mattias 2011-09-11 09:39:32 +00:00
parent 105551e3cb
commit dbee35dd93

View File

@ -1259,7 +1259,8 @@ begin
end else begin
// expand row
CurParentRow:=Result;
ExpandRow(CurParentRow.Index);
if s<=length(PropPath) then
ExpandRow(CurParentRow.Index);
end;
end;
if s<=length(PropPath) then Result:=nil;