The Inbox: Morphic-cmm.606.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Morphic-cmm.606.mcz

commits-2
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"!