[etoys-dev] Etoys Inbox: Sugar-kks.9.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Sep 14 00:59:50 EDT 2010


K. K. Subramaniam uploaded a new version of Sugar to project Etoys Inbox:
http://source.squeak.org/etoysinbox/Sugar-kks.9.mcz

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

Name: Sugar-kks.9
Author: kks
Time: 14 September 2010, 10:29:39 am
UUID: 5d71795f-d7ba-4871-b314-8f7b56dc6e07
Ancestors: Sugar-bf.8

get toolbar hide/show to work even when useArtificialSweetenerBar is disabled.

=============== Diff against Sugar-bf.8 ===============

Item was changed:
  ----- Method: SugarNavTab>>showNavBar (in category 'initialization') -----
  showNavBar
  	"Show the full nav-bar across the top of the screen."
  
  	self removeProperty: #collapsedMode.
- 	referent delete.
  
  	referent rebuildButtons; hResizing: #spaceFill.
  	Preferences useArtificialSweetenerBar ifTrue: [referent configureForSqueakland].
  
  	self hResizing: #spaceFill.
  	self edgeToAdhereTo: #top.
  	self position: 0 at 0.
  	
  	self addMorph: referent!



More information about the etoys-dev mailing list