[etoys-dev] Etoys: Connectors-kfr.200.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Oct 16 02:28:46 EDT 2012


Karl Ramberg uploaded a new version of Connectors to project Etoys:
http://source.squeak.org/etoys/Connectors-kfr.200.mcz

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

Name: Connectors-kfr.200
Author: kfr
Time: 16 October 2012, 8:27:42 am
UUID: fc4ac0eb-2e62-8741-aed4-da66829d41fa
Ancestors: Connectors-bf.199

http://tracker.squeakland.org/browse/SQ-1123
FSM ButtonBar appears with white text on white

=============== Diff against Connectors-bf.199 ===============

Item was changed:
  ----- Method: NCButtonBar>>addLabel: (in category 'label') -----
  addLabel: aString
  	| label |
+ 	label := NCDisplayTextMorph new contents: aString; textColor: Color white;  lock.
- 	label _ NCDisplayTextMorph new contents: aString; color: Color white; lock.
  	self addMorphFront: label!



More information about the etoys-dev mailing list