Etoys Inbox: Flash-tfel.2.mcz

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

Etoys Inbox: Flash-tfel.2.mcz

commits-2
Tim Felgentreff uploaded a new version of Flash to project Etoys Inbox:
http://source.squeak.org/etoysinbox/Flash-tfel.2.mcz

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

Name: Flash-tfel.2
Author: tfel
Time: 27 July 2016, 3:02:22.395495 pm
UUID: e17d7bf1-4ea4-9d45-ab5a-3db55ced5920
Ancestors: Flash-bf.1

small fix

=============== Diff against Flash-bf.1 ===============

Item was changed:
- SystemOrganization addCategory: #'Flash-Support'!
- SystemOrganization addCategory: #'Flash-Morphs'!
  SystemOrganization addCategory: #'Flash-Import'!
+ SystemOrganization addCategory: #'Flash-Morphs'!
+ SystemOrganization addCategory: #'Flash-Support'!

Item was changed:
  ----- Method: FlashMorphReader>>computeFillLists (in category 'computing shapes') -----
  computeFillLists
  "Compute the fill index lists"
  | leftFills rightFills |
+ leftFills _ leftFillList contents as: ShortRunArray.
- leftFills_ leftFillList contents as: ShortRunArray.
  rightFills _ rightFillList contents as: ShortRunArray.
  ^Array with: leftFills with: rightFills!

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