[Pkg] The Trunk: Tools-mt.719.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 16 14:02:26 UTC 2016


Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.719.mcz

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

Name: Tools-mt.719
Author: mt
Time: 16 August 2016, 4:02:03.072602 pm
UUID: 3fb7c2d7-31ca-6149-962a-7d89445dc2c6
Ancestors: Tools-mt.718

Flag a method for later refactoring.

=============== Diff against Tools-mt.718 ===============

Item was changed:
  ----- Method: PopUpMenu>>startUpWithCaption: (in category 'basic control sequence') -----
  startUpWithCaption: captionOrNil
  	"Display the menu, slightly offset from the cursor,
  	so that a slight tweak is required to confirm any action."
+ 	self flag: #fix. "mt: Could we manage to open pop-up menus in Morphic without accessing ActiveHand?"
  	^ self startUpWithCaption: captionOrNil at: (ActiveHand ifNil:[Sensor]) cursorPoint!



More information about the Packages mailing list