Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix pharo issue 17323 #893

Merged
merged 1 commit into from
Nov 17, 2024
Merged

fix pharo issue 17323 #893

merged 1 commit into from
Nov 17, 2024

Conversation

estebanlm
Copy link
Member

implement delegation methods to properly solve enableSlotMenuEntries
fixes pharo-project/pharo#17323

this PR requires pharo-spec/Spec#1651 to be merged first.

@@ -44,6 +44,12 @@ StObjectContextPresenter >> doEvaluateAndGo [
activationBlock value: (StEvaluatedSelectionModel newValue: value)
]

{ #category : 'testing' }
StObjectContextPresenter >> enableSlotMenuEntries [
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this methods need to be in a package extension? @StevenCostiou

@Ducasse Ducasse merged commit 7a23588 into Pharo13 Nov 17, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clicking on inspector icons just break
2 participants