[squeak-dev] The Trunk: Morphic-ct.2031.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Aug 24 10:13:32 UTC 2022


Christoph Thiede uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ct.2031.mcz

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

Name: Morphic-ct.2031
Author: ct
Time: 24 August 2022, 12:13:26.793424 pm
UUID: c66506c8-e4ae-984d-8c5e-166fc9239dc9
Ancestors: Morphic-ct.2030

Adds missing #cleanUp on SystemProgressMorph.

=============== Diff against Morphic-ct.2030 ===============

Item was added:
+ ----- Method: SystemProgressMorph class>>applyUserInterfaceTheme (in category 'preferences') -----
+ applyUserInterfaceTheme
+ 
+ 	self initialize.
+ 	"no reset here - unique instance is updated on instance side"!

Item was added:
+ ----- Method: SystemProgressMorph class>>cleanUp (in category 'class initialization') -----
+ cleanUp
+ 
+ 	self initialize; reset.!



More information about the Squeak-dev mailing list