[squeak-dev] The Trunk: Morphic-dtl.1680.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Sep 15 20:04:34 UTC 2020


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

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

Name: Morphic-dtl.1680
Author: dtl
Time: 15 September 2020, 4:04:29.45022 pm
UUID: ecb7a7fd-061d-44e0-802f-b08ac8ae9778
Ancestors: Morphic-mt.1679

For MouseEvent>>asMouseMove retain the original event timeStamp. Removes an unnecessary dependency on eventMillisecondClock.

=============== Diff against Morphic-mt.1679 ===============

Item was changed:
  ----- Method: MouseEvent>>asMouseMove (in category 'converting') -----
  asMouseMove
  	"Convert the receiver into a mouse move"
+ 	^MouseMoveEvent new setType: #mouseMove startPoint: position endPoint: position trail: {position. position} buttons: buttons hand: source stamp: timeStamp!
- 	^MouseMoveEvent new setType: #mouseMove startPoint: position endPoint: position trail: {position. position} buttons: buttons hand: source stamp: Time eventMillisecondClock!



More information about the Squeak-dev mailing list