Ricardo Moran uploaded a new version of Skeleton to project Etoys Inbox:
http://source.squeak.org/etoysinbox/Skeleton-Richo.8.mcz==================== Summary ====================
Name: Skeleton-Richo.8
Author: Richo
Time: 18 October 2011, 4:27:35 pm
UUID: efe0ef54-8a52-bb49-b304-ebfb81263f1f
Ancestors: Skeleton-Richo.7
Fixed a bug when changing the sheet color without being properly initialized.
=============== Diff against Skeleton-Richo.7 ===============
Item was changed:
----- Method: SkSheetMorph>>color: (in category 'accessing') -----
color: aColor
super color: aColor.
+ sheet ifNotNil: [sheet fillStyle: aColor.
+ self title color: aColor makeForegroundColor]!
- sheet fillStyle: aColor.
- self title color: aColor makeForegroundColor!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev