[squeak-dev] The Inbox: Morphic-cmm.606.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jan 6 04:14:27 UTC 2012


A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-cmm.606.mcz

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

Name: Morphic-cmm.606
Author: cmm
Time: 5 January 2012, 10:12:46.114 pm
UUID: b3bb5602-a323-4e67-a26d-236676c67c76
Ancestors: Morphic-laza.605

Pick up halo to behave the same as a red-button grab.

=============== Diff against Morphic-laza.605 ===============

Item was changed:
  ----- Method: HaloMorph>>doGrab:with: (in category 'private') -----
  doGrab: evt with: grabHandle
  	"Ask hand to grab my target."
  
  	self obtainHaloForEvent: evt andRemoveAllHandlesBut: grabHandle.
+ 	evt hand attachMorph: target.
- 	evt hand grabMorph: target.
  	self step. "update position if necessary"
  	evt hand addMouseListener: self. "Listen for the drop"!




More information about the Squeak-dev mailing list