Skip to content

Commit

Permalink
Merge pull request #992 from MarcusDenker/21456-Small-clean-EyeInspec…
Browse files Browse the repository at this point in the history
…tor-remove-Test-move-resize-on-ImageMorph-to-ImageMorph

21456-Small-clean-EyeInspector-remove-Test-move-resize-on-ImageMorph-to-ImageMorph
  • Loading branch information
MarcusDenker authored Mar 1, 2018
2 parents 00db994 + c7ba471 commit f47476e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 46 deletions.
6 changes: 6 additions & 0 deletions src/Morphic-Base/ImageMorph.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,12 @@ ImageMorph >> releaseCachedState [

]

{ #category : #other }
ImageMorph >> resize: newSize [

self form: (image scaledToSize: newSize)
]

{ #category : #testing }
ImageMorph >> shouldFlex [
^ true.
Expand Down
39 changes: 0 additions & 39 deletions src/Spec-Inspector/EyeInspectorTest.class.st

This file was deleted.

7 changes: 0 additions & 7 deletions src/Spec-Inspector/ImageMorph.extension.st

This file was deleted.

0 comments on commit f47476e

Please sign in to comment.