The Trunk: Morphic-dtl.277.mcz

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

The Trunk: Morphic-dtl.277.mcz

commits-2
David T. Lewis uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-dtl.277.mcz

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

Name: Morphic-dtl.277
Author: dtl
Time: 28 December 2009, 1:57:45 am
UUID: aca3a78e-b94a-4165-b8fb-13d4f9d5e41a
Ancestors: Morphic-nice.276

Remove #isMorphic sends from Rectangle, supported by #pointerMoved in Project and MorphicProject.


=============== Diff against Morphic-nice.276 ===============

Item was added:
+ ----- Method: MorphicProject>>pointerMoved (in category 'utilities') -----
+ pointerMoved
+ "Pointer has moved during a drag operation. Perform any necessary updates.
+ In Morphic, pay the price for reading the sensor directly."
+
+ World activeHand
+ newMouseFocus: nil;
+ showTemporaryCursor: nil;
+ flushEvents!