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

commits at source.squeak.org commits at source.squeak.org
Tue Apr 12 17:56:35 UTC 2016


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

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

Name: Morphic-mt.1111
Author: mt
Time: 12 April 2016, 7:55:59.206205 pm
UUID: 2b9323d7-867b-d64d-bdf8-090059be1311
Ancestors: Morphic-mt.1110

Sorry for the hick-up. Morphic projects need to let world sleep first, then clean-up globals.

=============== Diff against Morphic-mt.1110 ===============

Item was changed:
  ----- Method: MorphicProject>>finalExitActions (in category 'enter') -----
  finalExitActions
  
+ 	world sleep.
+ 	
  	(world findA: ProjectNavigationMorph)
  		ifNotNil: [:navigator | navigator retractIfAppropriate].
  
  	World := nil.
  
  	ActiveWorld := ActiveHand := ActiveEvent := nil.
+ 	Sensor flushAllButDandDEvents. "Will be reinstalled by World>>install"!
- 	Sensor flushAllButDandDEvents. "Will be reinstalled by World>>install"
- 
- 	world sleep.!



More information about the Squeak-dev mailing list