Skip to content

Commit

Permalink
default of this has to be false
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed May 9, 2023
1 parent 54c7994 commit 614829f
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 614829f

Please sign in to comment.