[etoys-dev] Etoys: MorphicExtras-kfr.21.mcz

commits at source.squeak.org commits at source.squeak.org
Tue May 17 05:58:03 EDT 2011


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

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

Name: MorphicExtras-kfr.21
Author: kfr
Time: 17 May 2011, 11:57:31 am
UUID: 012b0288-1e48-144b-9ee6-d06b01feefaf
Ancestors: MorphicExtras-kfr.20

Default Book page controls should be "advanced" instead of short
http://tracker.squeakland.org/browse/SQ-636

=============== Diff against MorphicExtras-kfr.20 ===============

Item was changed:
  ----- Method: BookMorph>>pageControlsShort (in category 'uniform page size') -----
  pageControlsShort
  	"Answer whether I am currently set up to have my page-controls be in the short form"
  
  	^ self valueOfProperty: #pageControlsShort ifAbsentPut:
+ 		[false]!
- 		[true]!



More information about the etoys-dev mailing list