mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 14:29:36 +02:00
IDEIntf: OI: GetRowByPath: expand only parents
git-svn-id: trunk@32280 -
This commit is contained in:
parent
105551e3cb
commit
dbee35dd93
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user