[etoys-dev] Etoys Inbox: Skeleton-Richo.8.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Oct 18 15:27:51 EDT 2011


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!



More information about the etoys-dev mailing list