[squeak-dev] The Trunk: Morphic-topa.996.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Aug 21 12:19:20 UTC 2015


Tobias Pape uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-topa.996.mcz

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

Name: Morphic-topa.996
Author: topa
Time: 21 August 2015, 2:17:54.277 pm
UUID: e222eed7-c8c8-40c9-81ea-e7a1518dfe7a
Ancestors: Morphic-cmm.995

FontImporter tool is no StringHolder, so its #previewText now and not #contents.

Fixes front preview.

=============== Diff against Morphic-cmm.995 ===============

Item was changed:
  ----- Method: FontImporterTool>>currentSelection: (in category 'accessing') -----
  currentSelection: anObject
  
  	anObject = currentSelection ifTrue: [^ self].
  	currentSelection := anObject.
  	self changed: #currentSelection.
+ 	self changed: #previewText.
- 	self changed: #contents.
  	self changed: #filename.
  	self changed: #copyright.!



More information about the Squeak-dev mailing list