[etoys-dev] Etoys: MorphicExtras-kfr.69.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 22 14:47:19 EDT 2012


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
- !



More information about the etoys-dev mailing list