[squeak-dev] The Trunk: System-mt.1304.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Feb 9 15:58:51 UTC 2022


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

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

Name: System-mt.1304
Author: mt
Time: 9 February 2022, 4:58:47.232854 pm
UUID: a31e4d98-e38f-2943-b36a-3ba93cbbde9a
Ancestors: System-mt.1303

Complements Morphic-mt.1879

=============== Diff against System-mt.1303 ===============

Item was changed:
  ----- Method: UserInterfaceTheme>>scaleMorphicToolsBy: (in category 'private - fonts') -----
  scaleMorphicToolsBy: factor
  
  	Project current isMorphic ifFalse: [^ self].
  	(factor closeTo: 1) ifTrue: [^ self].
  	
  	Project current world submorphs
  		select: [:morph | morph isSystemWindow]
+ 		thenDo: [:window | window displayScaleChangedBy: factor].!
- 		thenDo: [:window |
- 			window extent: window extent * factor.
- 			window layoutChanged.
- 			window setFramesForLabelArea].!



More information about the Squeak-dev mailing list