[etoys-dev] Etoys: Morphic-kfr.62.mcz

commits at source.squeak.org commits at source.squeak.org
Sun May 22 12:45:07 EDT 2011


Karl Ramberg uploaded a new version of Morphic to project Etoys:
http://source.squeak.org/etoys/Morphic-kfr.62.mcz

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

Name: Morphic-kfr.62
Author: kfr
Time: 22 May 2011, 6:44:07 pm
UUID: 57c097d7-c188-8943-8ab6-8521f4085a2b
Ancestors: Morphic-kfr.61

Connectors Flap, Maker Button when clicked gives subscript error
http://tracker.squeakland.org/browse/SQ-538

=============== Diff against Morphic-kfr.61 ===============

Item was changed:
  ----- Method: IconicButton>>launchPartFromClick (in category 'menu') -----
  launchPartFromClick
  	"The user clicked on the receiver."
+ 	arguments size = 0 ifTrue:[^self].
- 
  	target launchPartVia: arguments first label: arguments second.
  	oldColor ifNotNil:
  		["if oldColor nil, it signals that mouse had not gone DOWN
  		inside me, e.g. because of a cmd-drag; in this case we want
  		to avoid triggering the action!!"
  		self color: oldColor.
  		oldColor _ nil]!



More information about the etoys-dev mailing list