Skip to content

Commit

Permalink
Merge pull request #60 from pharo-graphics/fix-scale
Browse files Browse the repository at this point in the history
Fix scaling in Pharo < 12
  • Loading branch information
jecisc authored Mar 12, 2024
2 parents 5d00570 + 85ec579 commit 2a8cfd5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Roassal-Pharo/FormCanvas.extension.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Extension { #name : #FormCanvas }

{ #category : #'*Roassal-Pharo' }
FormCanvas >> scale [

^ 1
]

0 comments on commit 2a8cfd5

Please sign in to comment.