[etoys-dev] Etoys: Etoys-kfr.7.mcz

commits at source.squeak.org commits at source.squeak.org
Thu May 13 11:38:19 EDT 2010


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

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

Name: Etoys-kfr.7
Author: kfr
Time: 13 May 2010, 5:37:54 pm
UUID: f84a9b06-b38f-8947-9d6b-1911a9c5b9f8
Ancestors: Etoys-kfr.6

Guard against repeating less than 0 times in TimesRepeatTile

=============== Diff against Etoys-kfr.6 ===============

Item was changed:
  ----- Method: TimesRow>>timesPad (in category 'accessing') -----
  timesPad
+ 	"Answer the TilePadMorph at the top of the tile tree for the times part.  Guard against repeating less than 0 times"
+ 	timesPad submorphs first literal < 0
+ 		ifTrue:[ timesPad submorphs first literal: 0].
- 	"Answer the TilePadMorph at the top of the tile tree for the times part."
- 
  	^ timesPad!



More information about the etoys-dev mailing list