[squeak-dev] The Trunk: Graphics-mt.422.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Oct 15 07:07:34 UTC 2019


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]!



More information about the Squeak-dev mailing list