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

commits at source.squeak.org commits at source.squeak.org
Wed Aug 24 10:07:30 UTC 2022


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

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

Name: Morphic-ct.2030
Author: ct
Time: 24 August 2022, 12:07:05.374424 pm
UUID: 4fc95e51-9bec-7b4e-90a6-bedabbf1814e
Ancestors: Morphic-ct.2029, Morphic-ct.1617

Merges Morphic-ct.1617:
	Fixes #applyUserInterfaceTheme on SystemProgressMorph.

=============== Diff against Morphic-ct.2029 ===============

Item was removed:
- ----- Method: SystemProgressMorph class>>applyUserInterfaceTheme (in category 'preferences') -----
- applyUserInterfaceTheme
- 
- 	self initialize; reset.!

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



More information about the Squeak-dev mailing list