From 332358d57b5594183b55d8728ef6d493a0063f45 Mon Sep 17 00:00:00 2001 From: Nyan11 Date: Sun, 17 Dec 2023 18:05:50 +0100 Subject: [PATCH] roots >> firstLevelElements --- src/Pyramid-Bloc/PyramidTreePresenter.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pyramid-Bloc/PyramidTreePresenter.class.st b/src/Pyramid-Bloc/PyramidTreePresenter.class.st index 696dce0b..9d3f7fcf 100644 --- a/src/Pyramid-Bloc/PyramidTreePresenter.class.st +++ b/src/Pyramid-Bloc/PyramidTreePresenter.class.st @@ -181,7 +181,7 @@ PyramidTreePresenter >> updateRoots [ | roots parent shouldOrder | self shouldUpdateSelection: false. - roots := self projectModel roots asArray. + roots := self projectModel firstLevelElements asArray. parent := nil. "If roots all have the same parent then it should be ordered by the parent children order."