[squeak-dev] The Inbox: EToys-xw.474.mcz

commits at source.squeak.org commits at source.squeak.org
Tue May 3 11:14:54 UTC 2022


A new version of EToys was added to project The Inbox:
http://source.squeak.org/inbox/EToys-xw.474.mcz

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

Name: EToys-xw.474
Author: xw
Time: 3 May 2022, 7:14:31.674634 pm
UUID: f9ef665e-8719-7f4e-8626-93810b826696
Ancestors: EToys-mt.473

Fix return value of SugarNavigatorBar>>inARow:, complements Morphic-ct.1905

=============== Diff against EToys-mt.473 ===============

Item was changed:
  ----- Method: SugarNavigatorBar>>inARow: (in category 'initialization') -----
  inARow: aCollectionOfMorphs
  	"Answer a row morph with the given collection as its submorphs.  Interpret the symbol #spacer in the incoming list as a request for a variable transparent spacer."
  
+ 	^ (Morph inARow: aCollectionOfMorphs) setProperty: #wantsHaloFromClick toValue: false; yourself.
- 	^ (Morph inARow: aCollectionOfMorphs) setProperty: #wantsHaloFromClick toValue: false.
  !



More information about the Squeak-dev mailing list