Skip to content

Commit

Permalink
Merge pull request #502 from PalumboN/change-announcement-api
Browse files Browse the repository at this point in the history
Change announcement api
  • Loading branch information
jecisc authored May 23, 2023
2 parents 9e40ec3 + ac42152 commit 359b067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/NewTools-Debugger/StDebugger.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ StDebugger >> connectPresenters [
self whenDisplayDo: [
self updateToolbar.
self updateCodeFromContext ]
for: self
]

{ #category : #'accessing - context' }
Expand Down
2 changes: 1 addition & 1 deletion src/NewTools-Spotter/StSpotter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ StSpotter class >> openWithText: aText [
spotter := self new.
spotter searchText
text: aText asString.
spotter whenDisplayDo: [ spotter searchText cursorPositionIndex: aText size + 1 ].
spotter whenDisplayDo: [ spotter searchText cursorPositionIndex: aText size + 1 ] for: self.
^ spotter openModal
]

Expand Down

0 comments on commit 359b067

Please sign in to comment.