Skip to content

Commit

Permalink
MiAnalysis: fix opening.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClotildeToullec committed Nov 12, 2024
1 parent e605975 commit 2f7a6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MooseIDE-Analysis/MiAnalysisPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ MiAnalysisPresenter >> initializePresenters [
{ #category : #accessing }
MiAnalysisPresenter >> miSelectedItem [

^ currentBrowser miSelectedItem
^ currentBrowser ifNotNil: [ currentBrowser miSelectedItem ]
]

{ #category : #accessing }
Expand Down

0 comments on commit 2f7a6a2

Please sign in to comment.