[etoys-dev] Etoys: Sugar-kfr.23.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Feb 7 02:49:59 EST 2013


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

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

Name: Sugar-kfr.23
Author: kfr
Time: 7 February 2013, 8:49:50 am
UUID: 63610f2c-235e-2f4c-9757-2582f6cd070b
Ancestors: Sugar-kfr.15

Remove duplicated method

=============== Diff against Sugar-kfr.15 ===============

Item was removed:
- ----- Method: SolidSugarSuppliesTab>>fitOnScreen (in category 'positioning') -----
- fitOnScreen
- 	"19 sept 2000 - allow flaps in any paste up"
- 	| constrainer t l |
- 	constrainer _ owner ifNil: [self].
- 	self flapShowing "otherwise no point in doing this"
- 		ifTrue:[self spanWorld].
- 	self orientation == #vertical ifTrue: [
- 		t _ ((self top min: (constrainer bottom- self height)) max: constrainer top).
- 		t = self top ifFalse: [self top: t].
- 	] ifFalse: [
- 		l _ ((self left min: (constrainer right - self width)) max: constrainer left).
- 		l = self left ifFalse: [self left: l].
- 	].
- 	self flapShowing ifFalse: [self positionObject: self atEdgeOf: constrainer].
- 
- !



More information about the etoys-dev mailing list