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

commits at source.squeak.org commits at source.squeak.org
Mon Jan 6 08:50:55 UTC 2020


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

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

Name: Morphic-mt.1614
Author: mt
Time: 6 January 2020, 9:50:42.01643 am
UUID: b543c96f-fa29-f541-8090-03270590d39b
Ancestors: Morphic-mt.1613

Fixes point-size selection bug in FontChooserTool.

=============== Diff against Morphic-mt.1613 ===============

Item was changed:
  ----- Method: FontChooserTool>>selectedPointSizeIndex: (in category 'point size') -----
  selectedPointSizeIndex: anIndex
  
  	anIndex = 0 ifTrue: [^self].
  	pointSize := (self pointSizeList at: anIndex) withBlanksTrimmed asNumber.
+ 	self changed: #selectedPointSizeIndex.
  	self changed: #pointSizeList.
  	self changed: #contents.!



More information about the Squeak-dev mailing list