The Trunk: Morphic-ct.2211.mcz

[email protected] Mon, 29 Jun 2026 12:14:36 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ct.2211.mcz

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

Name: Morphic-ct.2211
Author: ct
Time: 19 June 2026, 8:21:05.998847 pm
UUID: 80ab9b1a-3596-4044-99c4-376ce14a4ca5
Ancestors: Morphic-ct.2208

Improves robustness  of StringMorphAttributeScanner>>font. Please review.

=============== Diff against Morphic-ct.2208 ===============

Item was changed:
  ----- Method: StringMorphAttributeScanner>>font (in category 'accessing') -----
  font
  	"Answer the value of font"
  
+ 	^self textStyle fontAt:
+ 		(self fontNumber ifNil: [self textStyle defaultFontIndex])!
- 	^self textStyle fontAt: self fontNumber!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]