Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Pyramid-Bloc/PyramidTreePresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down