[squeak-dev] The Inbox: Morphic-mt.1520.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Sep 16 11:35:48 UTC 2019


A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/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!



More information about the Squeak-dev mailing list