diff --git a/src/NewTools-Spotter/StSpotter.class.st b/src/NewTools-Spotter/StSpotter.class.st index a976924b3..bf4fd39ed 100644 --- a/src/NewTools-Spotter/StSpotter.class.st +++ b/src/NewTools-Spotter/StSpotter.class.st @@ -114,7 +114,7 @@ StSpotter class >> initialize [ { #category : #settings } StSpotter class >> insertsSelection [ - ^ InsertsSelection ifNil: [ InsertsSelection := true ] + ^ InsertsSelection ifNil: [ InsertsSelection := false ] ] { #category : #settings }