mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 00:02:03 +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
|
||||
// expand row
|
||||
CurParentRow:=Result;
|
||||
ExpandRow(CurParentRow.Index);
|
||||
if s<=length(PropPath) then
|
||||
ExpandRow(CurParentRow.Index);
|
||||
end;
|
||||
end;
|
||||
if s<=length(PropPath) then Result:=nil;
|
||||
|
Loading…
Reference in New Issue
Block a user