mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 16:07:19 +01:00
Opkman: Fixed filtering bug in the package tree.
git-svn-id: trunk@56056 -
This commit is contained in:
parent
b9d73c457e
commit
492172d626
@ -880,7 +880,7 @@ begin
|
||||
fbPackageName:
|
||||
begin
|
||||
if (Data^.DataType = 1) then
|
||||
FilterNode(Node, Data^.PackageName);
|
||||
FilterNode(Node, Data^.PackageDisplayName);
|
||||
end;
|
||||
fbLazarusPackageName:
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user