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

commits at source.squeak.org commits at source.squeak.org
Tue Apr 26 10:12:38 UTC 2022


A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/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