Skip to content

Commit

Permalink
Merge pull request #352 from MarcusDenker/Fix-Inspector-BrowsePointersTo
Browse files Browse the repository at this point in the history
 Fix-Inspector-BrowsePointersTo
  • Loading branch information
tesonep authored Feb 25, 2022
2 parents 6d2f17d + 851b98d commit f1d2d41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/NewTools-Inspector/StRawInspection.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ StRawInspection class >> buildCommandsGroupWith: presenter forRoot: aCmCommandsG
beDisplayedAsGroup;
register: (StInspectorInspectSelectedCommand forSpecContext: presenter);
register: (StInspectorBrowseSelectedCommand forSpecContext: presenter);
register:
(SpBrowsePointersToCommand
forSpecContext: [ presenter selectedItem value ])
register: (SpBrowsePointersToCommand forSpecContext: presenter)
]

{ #category : #layout }
Expand Down

0 comments on commit f1d2d41

Please sign in to comment.