The Trunk: EToys-mt.355.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: EToys-mt.355.mcz

commits-2
Marcel Taeumel uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-mt.355.mcz

==================== Summary ====================

Name: EToys-mt.355
Author: mt
Time: 26 September 2019, 1:55:25.650102 pm
UUID: cd723c86-44d5-b240-8728-e4e8f508708d
Ancestors: EToys-mt.354

Complements MorphicExtras-mt.265.

=============== Diff against EToys-mt.354 ===============

Item was removed:
- ----- Method: PaintBoxMorph>>beSupersized (in category '*Etoys-Squeakland-initialization') -----
- beSupersized
- | scaleFactor |
- scaleFactor := 1.5.
- self isFlexed
- ifFalse: [self scaleFactor: scaleFactor.
- self position: self position / scaleFactor.
- self changed]!