[Pkg] The Trunk: EToys-tfel.245.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Sep 23 09:20:27 UTC 2016


Tim Felgentreff uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-tfel.245.mcz

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

Name: EToys-tfel.245
Author: tfel
Time: 23 September 2016, 11:19:04.516418 am
UUID: fb4ca44e-d52b-f74f-ac74-e136cc4f9bb9
Ancestors: EToys-tfel.244

remove haltOnce. I should check for slips before committing

=============== Diff against EToys-tfel.244 ===============

Item was changed:
  ----- Method: TileMorph>>showPopArrows (in category '*Etoys-Squeakland-arrows popup') -----
  showPopArrows
  	| vpanel hpanel |
  	Preferences usePopUpArrows
  		ifFalse: [^ self].
  	self hidePopArrows.
  	self isPopArrowNeeded
  		ifFalse: [^ self].
- 		1 haltOnce.
  	vpanel := self buildVPopArrows.
  	hpanel := self buildHPopArrows.
  	self activeHand setProperty: #popArrows toValue: {self. vpanel. hpanel}.
  	self layoutChanged!



More information about the Packages mailing list