[squeak-dev] The Trunk: 60Deprecated-mt.82.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Oct 23 09:17:58 UTC 2020


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

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

Name: 60Deprecated-mt.82
Author: mt
Time: 23 October 2020, 11:17:56.931975 am
UUID: 8d2b06eb-e1e5-1040-a27a-64bb36ee2562
Ancestors: 60Deprecated-mt.81

Complements Graphics-mt.441

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

Item was added:
+ ----- Method: CompositeTransform>>offset (in category '*60Deprecated-accessing') -----
+ offset
+ 	self deprecated: 'Use #localPointToGlobal: instead. Behavior of #offset can vary between transform types.'.
+ 	^ (self localPointToGlobal: 0 at 0) negated!

Item was added:
+ ----- Method: IdentityTransform>>offset (in category '*60Deprecated-accessing') -----
+ offset
+ 	self deprecated: 'Use #localPointToGlobal: instead. Behavior of #offset can vary between transform types.'.
+ 	^0 at 0!



More information about the Squeak-dev mailing list