[etoys-dev] Etoys: Etoys-bf.35.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Aug 14 14:07:17 EDT 2010


Bert Freudenberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-bf.35.mcz

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

Name: Etoys-bf.35
Author: bf
Time: 14 August 2010, 8:06:38 pm
UUID: f9ca6b6e-5518-46ae-9138-d07ab829cd15
Ancestors: Etoys-bf.34, Etoys-wiz.32

merge from inbox
--------------------------
Name: Etoys-wiz.32
Author: wiz
Time: 10 August 2010, 2:41:42 am
UUID: ed88cc0a-03c4-4769-857a-1ddda03d1ed1
Ancestors: Etoys-Richo.31

Fourth and final part of targeting changes. 
This patches setTarget: for ButtonProperties class.  Only that one method is changed. 


=============== Diff against Etoys-bf.34 ===============

Item was changed:
  ----- Method: ButtonProperties>>setTarget: (in category 'menu') -----
  setTarget: evt 
  	| rootMorphs |
+ 	rootMorphs := self world rootMorphsAt: evt targetPoint.
- 	rootMorphs := self world rootMorphsAt: evt hand targetOffset.
  	target := rootMorphs size > 1 
  		ifTrue: [rootMorphs second]
  		ifFalse: [nil]!



More information about the etoys-dev mailing list