The Trunk: Graphics-mt.422.mcz

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

The Trunk: Graphics-mt.422.mcz

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

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

Name: Graphics-mt.422
Author: mt
Time: 15 October 2019, 9:07:25.370598 am
UUID: 645632c7-3ffd-a24d-af5d-c171fc6df76d
Ancestors: Graphics-pre.421

Fixes Morphic dependency for text anchors.

=============== Diff against Graphics-pre.421 ===============

Item was changed:
  ----- Method: CharacterScanner>>textAnchorPropertiesFor: (in category 'private-text-anchor') -----
  textAnchorPropertiesFor: aMorphOrForm
 
+ ^ aMorphOrForm textAnchorProperties!
- ^ aMorphOrForm isForm
- ifTrue: [TextAnchorProperties new]
- ifFalse: [aMorphOrForm textAnchorProperties]!