[squeak-dev] The Trunk: Tools-ct.1147.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jun 22 13:16:36 UTC 2022


Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-ct.1147.mcz

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

Name: Tools-ct.1147
Author: ct
Time: 26 April 2022, 12:12:36.942702 pm
UUID: 11944f29-f575-7b41-824d-71e945afa0d2
Ancestors: Tools-tpr.1146

Updates workspace styles after toggling #shouldStyle preference. This also improves the liveness in the preference wizard.

=============== Diff against Tools-tpr.1146 ===============

Item was changed:
  ----- Method: Workspace class>>shouldStyle: (in category 'preferences') -----
  shouldStyle: aBoolean
  
+ 	ShouldStyle := aBoolean.
+ 	
+ 	self allSubInstancesDo: [:workspace | workspace changed: #style].!
- 	ShouldStyle := aBoolean!



More information about the Squeak-dev mailing list