[squeak-dev] The Inbox: Morphic-kfr.1540.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Sep 23 19:52:31 UTC 2019


A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-kfr.1540.mcz

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

Name: Morphic-kfr.1540
Author: kfr
Time: 23 September 2019, 9:52:14.252115 pm
UUID: 19e57221-4088-0f49-9549-22e1270e933b
Ancestors: Morphic-mt.1539

If a morph is flexed, it's owner must be deleted

=============== Diff against Morphic-mt.1539 ===============

Item was changed:
  ----- Method: Morph>>privateDelete (in category 'submorphs-add/remove') -----
  privateDelete
  	"Remove the receiver as a submorph of its owner"
+ 	self isFlexed ifTrue:[^owner delete].
  	owner ifNotNil:[owner removeMorph: self].!



More information about the Squeak-dev mailing list