Skip to content

Commit

Permalink
For now, hasImageAutoscaled is always false
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Sep 10, 2024
1 parent ffa841b commit bf39902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Spec-Toplo/SpToploImageAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ SpToploImageAdapter >> buildWidget [

{ #category : #testing }
SpToploImageAdapter >> hasImageAutoscaled [
self shouldBeImplemented.

^ false
]

{ #category : #accessing }
Expand Down

0 comments on commit bf39902

Please sign in to comment.