Skip to content

Commit

Permalink
Fix unfilteredItems and filterText on MetaBrowserPresenter
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Oct 18, 2024
1 parent 5ee7f72 commit 4992461
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/NewTools-Inspector/StMetaBrowserPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ StMetaBrowserPresenter >> connectPresenters [
classes
transmitTo: methods
transform: [ :aClass | self methodsOf: aClass ]
postTransmission: [ :destination | destination selectIndex: 1 ].
postTransmission: [ :destination |
methods unfilteredItems: destination items.
methods filterInputPresenter clearContent.
destination selectIndex: 1 ].

methods transmitDo: [ :aMethod |
self selectedMethod
Expand Down

0 comments on commit 4992461

Please sign in to comment.