[Pkg] The Trunk: Morphic-mt.859.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Apr 11 06:20:20 UTC 2015


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

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

Name: Morphic-mt.859
Author: mt
Time: 11 April 2015, 8:19:49.187 am
UUID: 88bdb9f6-44da-814d-8510-555d3b9fc6b3
Ancestors: Morphic-mt.858

Safety-check added when spawning balloons. There is one when starting the alarm/timer, but we need one when actually showing the balloon because #wantsBalloon may have changed until then.

=============== Diff against Morphic-mt.858 ===============

Item was changed:
  ----- Method: HandMorph>>spawnBalloonFor: (in category 'balloon help') -----
  spawnBalloonFor: aMorph
+ 
+ 	aMorph wantsBalloon ifFalse: [^ self].
  	aMorph showBalloon: aMorph balloonText hand: self.!



More information about the Packages mailing list