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

commits at source.squeak.org commits at source.squeak.org
Sat Jul 16 09:54:31 EDT 2011


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

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

Name: MorphicExtras-kfr.25
Author: kfr
Time: 16 July 2011, 3:53:48 pm
UUID: 3e472d82-3a50-4e46-96b4-8914cfaaa407
Ancestors: MorphicExtras-kfr.24

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.24 ===============

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