Etoys: MorphicExtras-kfr.69.mcz

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

Etoys: MorphicExtras-kfr.69.mcz

commits-2
Karl Ramberg uploaded a new version of MorphicExtras to project Etoys:
http://source.squeak.org/etoys/MorphicExtras-kfr.69.mcz

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

Name: MorphicExtras-kfr.69
Author: kfr
Time: 22 March 2012, 7:46:44 pm
UUID: 36ec8e22-ebfc-aa46-a385-457ad3fd2237
Ancestors: MorphicExtras-kfr.68

Revert previous wrong fix

=============== Diff against MorphicExtras-kfr.68 ===============

Item was changed:
  ----- Method: SectorMorph>>extent: (in category 'accessing') -----
  extent: newExtent
+ self radius: (newExtent x max: newExtent y)
+ / 2!
- | amount |
- amount := (self width - self radius / self radius) + 1.
- self radius: (newExtent x max: newExtent y) / amount
- !

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev