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

commits at source.squeak.org commits at source.squeak.org
Tue Jun 15 19:38:28 EDT 2010


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

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

Name: Etoys-kfr.20
Author: kfr
Time: 16 June 2010, 1:37:56 am
UUID: ac436aea-591b-f645-bcaa-85418dd17d83
Ancestors: Etoys-kfr.19

Fix for http://tracker.squeakland.org/browse/SQ-500

Scriptor layout not updated



=============== Diff against Etoys-kfr.19 ===============

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 allMorphsDo: [:m |m fixLayoutOfSubmorphs].
+ 	aWorld currentHand attachMorph: (editor).
+ 	
+ 	
+ 	
+ 	
+ 	
+ 
+ 	
+ 	!
- 	aWorld currentHand attachMorph: (self scriptEditorFor: itsSelector) !



More information about the etoys-dev mailing list