[squeak-dev] The Inbox: Morphic-dtl.1376.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Dec 10 19:04:18 UTC 2017


David T. Lewis uploaded a new version of Morphic to project The Inbox:
http://source.squeak.org/inbox/Morphic-dtl.1376.mcz

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

Name: Morphic-dtl.1376
Author: dtl
Time: 10 December 2017, 2:04:07.58309 pm
UUID: eaa7809b-73bf-4643-b2a1-3d9d7ac54362
Ancestors: Morphic-nice.1375

Call super in finalExitActions: in order to clear the EmergencyRecoveryRequested guard.

=============== Diff against Morphic-nice.1375 ===============

Item was changed:
  ----- Method: MorphicProject>>finalExitActions: (in category 'enter') -----
  finalExitActions: enteringProject
  
+ 	super finalExitActions: enteringProject.
  	world triggerClosingScripts.
- 
  	"Pause sound players, subject to preference settings"
  	(world hasProperty: #letTheMusicPlay)
  		ifTrue: [world removeProperty: #letTheMusicPlay]
  		ifFalse: [SoundService stop].
  
  	world sleep.
  	(world findA: ProjectNavigationMorph)
  		ifNotNil: [:navigator | navigator retractIfAppropriate].
  	self clearGlobalState.
  	Sensor flushAllButDandDEvents. !



More information about the Squeak-dev mailing list