[squeak-dev] The Trunk: Morphic-kfr.1433.mcz

commits at source.squeak.org commits at source.squeak.org
Thu May 17 09:06:32 UTC 2018


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

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

Name: Morphic-kfr.1433
Author: kfr
Time: 17 May 2018, 11:06:12.661357 am
UUID: f145cb19-90af-fe40-82de-8e92b03ecc24
Ancestors: Morphic-cmm.1432

Release cached editor and paragraph on loading older projects

=============== Diff against Morphic-cmm.1432 ===============

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 releaseEditor.
+ 	self releaseParagraph.
+ 	
  	^ super convertToCurrentVersion: varDict refStream: smartRefStrm.
  
  !



More information about the Squeak-dev mailing list