The Trunk: System-mt.898.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: System-mt.898.mcz

commits-2
Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.898.mcz

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

Name: System-mt.898
Author: mt
Time: 16 August 2016, 4:03:47.250602 pm
UUID: c029e0ed-0d5e-b349-8a84-ffdbdd4f3e7e
Ancestors: System-mt.897

Clean-up I missed in previous commit.

=============== Diff against System-mt.897 ===============

Item was removed:
- ----- Method: ClassDescription>>applyThemeToInstances (in category '*System-Support') -----
- applyThemeToInstances
- "User interface themes. Manage how to update existing instances. Classes can override this to use a different update schema than iterating over all instances."
-
- self allInstancesDo:
- [ : eachInstance | eachInstance canApplyUserInterfaceTheme ifTrue: [ eachInstance applyUserInterfaceTheme ] ]!