[Pkg] The Trunk: Morphic-kfr.1435.mcz

commits at source.squeak.org commits at source.squeak.org
Sun May 20 10:47:31 UTC 2018


Karl Ramberg uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-kfr.1435.mcz

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

Name: Morphic-kfr.1435
Author: kfr
Time: 20 May 2018, 12:47:10.545467 pm
UUID: 6e156072-40fa-d344-815f-76673cd22724
Ancestors: Morphic-mt.1434

Really release the cached state

=============== Diff against Morphic-mt.1434 ===============

Item was changed:
  ----- Method: TextMorph>>convertToCurrentVersion:refStream: (in category 'objects from disk') -----
  convertToCurrentVersion: varDict refStream: smartRefStrm
  	
  	self borderWidth ifNil: [
  		self borderWidth: 0.
  		self removeProperty: #fillStyle].
+ 	self releaseParagraphReally.
- 	self releaseEditor.
- 	self releaseParagraph.
- 	
  	^ super convertToCurrentVersion: varDict refStream: smartRefStrm.
  
  !



More information about the Packages mailing list