[Pkg] The Trunk: MorphicExtras-kfr.227.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Apr 15 10:47:44 UTC 2018


Karl Ramberg uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-kfr.227.mcz

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

Name: MorphicExtras-kfr.227
Author: kfr
Time: 15 April 2018, 12:47:19.317391 pm
UUID: 9dd2eaf1-6002-4f42-99c4-65f00426c358
Ancestors: MorphicExtras-kfr.226

BouncingAtomsMorph was not updating drawing bounds once it stopped stepping and got moved

=============== Diff against MorphicExtras-kfr.226 ===============

Item was removed:
- ----- Method: BouncingAtomsMorph>>intoWorld: (in category 'initialization') -----
- intoWorld: aWorld
- 	"Make sure report damage at least once"
- 	damageReported := false.
- 	super intoWorld: aWorld.!

Item was added:
+ ----- Method: BouncingAtomsMorph>>justDroppedInto:event: (in category 'initialization') -----
+ justDroppedInto: newOwner event: evt
+ 	self startStepping
+ 	!



More information about the Packages mailing list