[squeak-dev] The Inbox: Morphic-ct.1526.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Sep 20 17:37:18 UTC 2019


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

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

Name: Morphic-ct.1526
Author: ct
Time: 20 September 2019, 7:37:10.788726 pm
UUID: 6379bedc-da08-264e-9b34-1a90050645e7
Ancestors: Morphic-mt.1525

Move #rotationDegrees: into Morphic-Kernel (step 2/2). Complements EToys-ct.361

=============== Diff against Morphic-mt.1525 ===============

Item was added:
+ ----- Method: Morph>>rotationDegrees: (in category 'rotate scale and flex') -----
+ rotationDegrees: aFloat 
+ 	self isFlexed ifFalse: [self addFlexShell].
+ 	owner rotationDegrees: (aFloat - self forwardDirection).!



More information about the Squeak-dev mailing list