[etoys-dev] Etoys: Morphic-bf.29.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jun 26 09:38:12 EDT 2010


Bert Freudenberg uploaded a new version of Morphic to project Etoys:
http://source.squeak.org/etoys/Morphic-bf.29.mcz

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

Name: Morphic-bf.29
Author: bf
Time: 26 June 2010, 3:36:32 pm
UUID: a636a9e0-564e-4d1b-8796-d768d611b067
Ancestors: Morphic-bf.28

- clear keyboard interpreter when re-initializing hand (SQ-401)

=============== Diff against Morphic-bf.28 ===============

Item was changed:
  ----- Method: HandMorph>>initialize (in category 'initialization') -----
  initialize
+ 	"this is also called in releaseCachedState, so set everything to nil explicitely"
  	super initialize.
- 	self initForEvents.
  	keyboardFocus _ nil.
  	mouseFocus _ nil.
  	bounds _ 0 at 0 extent: Cursor normal extent.
  	userInitials _ ''.
  	damageRecorder _ DamageRecorder new.
+ 	cacheCanvas _ nil.
  	cachedCanvasHasHoles _ false.
  	temporaryCursor _ temporaryCursorOffset _ nil.
+ 	keyboardInterpreter _ nil.
  	self initForEvents.!



More information about the etoys-dev mailing list