Etoys: MorphicExtras-kfr.55.mcz

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

Etoys: MorphicExtras-kfr.55.mcz

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

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

Name: MorphicExtras-kfr.55
Author: kfr
Time: 23 October 2011, 9:55:36 pm
UUID: eca49f08-002a-9e48-bc5a-ed2ff03efa56
Ancestors: MorphicExtras-kfr.54

make animated gifs display opaque as default

=============== Diff against MorphicExtras-kfr.54 ===============

Item was changed:
  ----- Method: AnimatedImageMorph>>fromReader: (in category 'private') -----
+ fromReader: reader
+ images := reader forms.
+ delays := reader delays.
+ imageIndex := 0.
+ self
+ image: (Form extent: images first extent depth: 32).
+ self isOpaque: true.
- fromReader: reader
- images _ reader forms.
- delays _ reader delays.
- imageIndex _ 0.
- self image: (Form extent: images first extent depth: 32).
  self step!

Item was changed:
  ----- Method: AnimatedImageMorph>>steppingString (in category 'stepping and presenter') -----
  steppingString
  ^ (stepper
  ifTrue: ['<on>']
+ ifFalse: ['<off>']), 'stepping' translated!
- ifFalse: ['<off>']), 'Stepping' translated!

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