The Trunk: Morphic-mt.1520.mcz

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

The Trunk: Morphic-mt.1520.mcz

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

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

Name: Morphic-mt.1520
Author: mt
Time: 16 September 2019, 1:35:41.298794 pm
UUID: b3397a5b-4928-7647-80c7-f6ab8655445f
Ancestors: Morphic-mt.1519

Avoid resetting wrapFlag or autoFit when setting new contents in TextMorph.

=============== Diff against Morphic-mt.1519 ===============

Item was changed:
  ----- Method: TextMorph>>contents: (in category 'accessing') -----
  contents: stringOrText
+ ^ self newContents: stringOrText!
- ^ self contentsAsIs: stringOrText!