[squeak-dev] The Trunk: Morphic-ct.1627.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Dec 6 17:58:21 UTC 2021


Christoph Thiede uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ct.1627.mcz

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

Name: Morphic-ct.1627
Author: ct
Time: 17 February 2020, 8:20:51.521012 pm
UUID: e1e45240-ea0b-1b45-9548-87328713d0ae
Ancestors: Morphic-mt.1624

Removes #wantsHaloFromClick specialization for MenuItemMorph

This was an annoying restriction because it made it impossible to "browse button action" or "debug action invocation" of a menu with one item only.

=============== Diff against Morphic-mt.1624 ===============

Item was removed:
- ----- Method: MenuItemMorph>>wantsHaloFromClick (in category 'meta actions') -----
- wantsHaloFromClick
- 	"Only if I'm not a lonely submenu"
- 	^owner notNil and:[owner submorphs size > 1]!



More information about the Squeak-dev mailing list