The Trunk: Morphic-ct.2213.mcz

[email protected] Sun, 28 Jun 2026 22:47:22 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Christoph Thiede uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ct.2213.mcz

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

Name: Morphic-ct.2213
Author: ct
Time: 29 June 2026, 12:47:20.774534 am
UUID: f8f0b91f-1c02-4c28-b207-ea4beba3a86e
Ancestors: Morphic-ct.2211

Fixes responsiveness of system progress bars to theme changes for pooled bars. See also SystemProgressMorph>>#canApplyUserInterfaceTheme.

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

Item was added:
+ ----- Method: SystemProgressBarMorph>>canApplyUserInterfaceTheme (in category 'updating') -----
+ canApplyUserInterfaceTheme
+ 
+ 	^ true!

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