The Trunk: 60Deprecated-mt.90.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.90.mcz

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

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

Name: 60Deprecated-mt.90
Author: mt
Time: 26 February 2021, 4:03:45.796077 pm
UUID: 4019283c-bb5b-5a46-ae48-8b90d0d891e2
Ancestors: 60Deprecated-mt.89

Next try to no lock up the image while updating. Use a method that is definitely existing.

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

Item was changed:
  ----- Method: Morph>>addMorphInFrontOfLayer: (in category '*60Deprecated-WiW support') -----
  addMorphInFrontOfLayer: aMorph
 
  self flag: #deprecated. "Use #addMorphFrontInLayer: instead".
+ ^ self addMorphFront: aMorph!
- ^ self addMorphFrontInLayer: aMorph!