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

commits at source.squeak.org commits at source.squeak.org
Tue Sep 14 02:16:46 EDT 2010


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

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

Name: Sugar-kks.10
Author: kks
Time: 14 September 2010, 11:46:31 am
UUID: f71df25d-ebc8-43d9-9e09-3c2d30704800
Ancestors: Sugar-kks.9

avoid flashing while showing hidden toolbar

=============== Diff against Sugar-kks.9 ===============

Item was changed:
  ----- Method: SugarNavigatorBar>>rebuildButtons (in category 'initialization') -----
  rebuildButtons
  	(owner isNil or: [owner hasProperty: #collapsedMode])
  		ifFalse: [
+ 			self delete.
  			submorphs do: [:e | e delete].
  			self addButtons]!



More information about the etoys-dev mailing list