[squeak-dev] The Trunk: Monticello-fbs.581.mcz

Balázs Kósi rebmekop at gmail.com
Wed Jan 22 08:18:43 UTC 2014


Hi,

I don't think it's a timing issue. In the previous version, if nothing was
selected, then a yellow click would select the item, but won't bring up the
menu. This behaviour can be easily restored by adding back the guard

       self selection < 2 ifTrue: [^ aMenu].

with a slight modification of changing the 2 to 1.

self selection < 2 means "no item is selected" or "the first item is
selected". Now that we have a menu for the first item, we still need to
guard for the "no item is selected" case.

Cheers, Balazs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20140122/78098710/attachment.htm


More information about the Squeak-dev mailing list