The Trunk: 60Deprecated-mt.65.mcz

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

The Trunk: 60Deprecated-mt.65.mcz

commits-2
Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.65.mcz

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

Name: 60Deprecated-mt.65
Author: mt
Time: 22 November 2019, 5:40:29.797669 pm
UUID: a3c00db3-c543-314b-9daf-0d1d540e2d9e
Ancestors: 60Deprecated-mt.64

Complements Morphic-mt.1592

=============== Diff against 60Deprecated-mt.64 ===============

Item was added:
+ ----- Method: Morph>>degreesOfFlex (in category '*60Deprecated-rotate scale and flex') -----
+ degreesOfFlex
+
+ self deprecated: 'Use #rotationDegrees.'.
+ ^ self rotationDegrees!