Etoys: Sugar-kfr.23.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Etoys: Sugar-kfr.23.mcz

commits-2
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].
-
- !

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev