The Inbox: Morphic-ct.1627.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Morphic-ct.1627.mcz

commits-2
Christoph Thiede uploaded a new version of Morphic to project The Inbox:
http://source.squeak.org/inbox/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]!