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

commits at source.squeak.org commits at source.squeak.org
Tue Aug 23 15:55:47 EDT 2011


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

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

Name: MorphicExtras-kfr.29
Author: kfr
Time: 23 August 2011, 9:54:23 pm
UUID: 8de428ba-77c5-1b4d-8733-396c0d2624ba
Ancestors: MorphicExtras-kfr.28

By changing to show page controls full breaks stuff in QuickGuides etc. 
Page controls will be shown short hereby
http://tracker.squeakland.org/browse/SQ-636

=============== Diff against MorphicExtras-kfr.27 ===============

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:
+ 		[true]!
- 		[false]!



More information about the etoys-dev mailing list