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 end else begin
// expand row // expand row
CurParentRow:=Result; CurParentRow:=Result;
ExpandRow(CurParentRow.Index); if s<=length(PropPath) then
ExpandRow(CurParentRow.Index);
end; end;
end; end;
if s<=length(PropPath) then Result:=nil; if s<=length(PropPath) then Result:=nil;