Skip to content

Commit

Permalink
Merge pull request #1629 from PalumboN/fix-meta-filter-inspector
Browse files Browse the repository at this point in the history
Setter of unfilteredItems
  • Loading branch information
jecisc authored Oct 23, 2024
2 parents 4abd4fa + 15a1d7e commit 1bd0653
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Spec2-CommonWidgets/SpFilteringListPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,12 @@ SpFilteringListPresenter >> unfilteredItems [
^ unfilteredItems
]

{ #category : 'accessing' }
SpFilteringListPresenter >> unfilteredItems: someItems [

unfilteredItems := someItems
]

{ #category : 'api - events' }
SpFilteringListPresenter >> whenSelectionChangedDo: aBlock [

Expand Down

0 comments on commit 1bd0653

Please sign in to comment.