[squeak-dev] The Trunk: Morphic-mt.1940.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Mar 15 13:21:51 UTC 2022


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

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

Name: Morphic-mt.1940
Author: mt
Time: 15 March 2022, 2:21:48.695853 pm
UUID: 4b118d5c-7149-4bc9-aaea-19a8d8e80d5d
Ancestors: Morphic-mt.1939

Fixes minor regression in FontImporterTool where the input box for line-spacing did not update.

(That recent try of mine to be unnecessarily clever here and avoid extra UI updates turned out to be fruitless.)

=============== Diff against Morphic-mt.1939 ===============

Item was changed:
  ----- Method: FontImporterTool>>selectedFont: (in category 'accessing') -----
  selectedFont: aTTCFont
  
  	selectedFont := aTTCFont.
  	
  	self changed: #previewText.
  	self changed: #selectedFontTextStyle.
  	
  	self changed: #filename.
  	self changed: #copyright.
  	
  	self changed: #pointSizeInput.
+ 	self changed: #lineSpacingInput.
- 	"self changed: #lineSpacingInput. -- already via #selectedFontTextStyle"
  	self changed: #ttExtraScaleInput.
  	self changed: #ttExtraGapInput.
  	
  	self changed: #installButtonColor.
  	self changed: #installButtonLabel.
  	self changed: #installButtonEnabled.
  	
  	self changed: #windowTitle.!



More information about the Squeak-dev mailing list