[etoys-dev] Etoys: Etoys-kfr.21.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jun 16 09:53:55 EDT 2010


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

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

Name: Etoys-kfr.21
Author: kfr
Time: 16 June 2010, 3:52:31 pm
UUID: 2aa5f864-1547-8a41-8c81-599c42b05dad
Ancestors: Etoys-kfr.20

Use ScriptEditorMorph>>fixLayout

=============== Diff against Etoys-kfr.20 ===============

Item was changed:
  ----- Method: Player>>grabScriptorForSelector:in: (in category 'misc') -----
  grabScriptorForSelector: itsSelector in: aWorld
  	"Grab the scriptor for the given selector and place it in the hand"
  
  	| editor |
  	editor := self scriptEditorFor: itsSelector.
+ 	editor fixLayout.
- 	editor allMorphsDo: [:m |m fixLayoutOfSubmorphs].
  	aWorld currentHand attachMorph: (editor).
  	
  	
  	
  	
  	
  
  	
  	!



More information about the etoys-dev mailing list