Skip to content

Commit

Permalink
Merge pull request #519 from pharo-spec/dev-1.0
Browse files Browse the repository at this point in the history
change spotter selection paste default
  • Loading branch information
estebanlm authored May 9, 2023
2 parents 2786f0b + 614829f commit ea53271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewTools-Spotter/StSpotter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ StSpotter class >> initialize [
{ #category : #settings }
StSpotter class >> insertsSelection [

^ InsertsSelection ifNil: [ InsertsSelection := true ]
^ InsertsSelection ifNil: [ InsertsSelection := false ]
]

{ #category : #settings }
Expand Down

0 comments on commit ea53271

Please sign in to comment.