[BUG] MenuMorph with icons display cropped

Stéphane Rollandin lecteur at zogotounga.net
Wed Apr 14 20:12:36 UTC 2004


in 3.7b (update 5878) a MenuMorph with icons may have some items 
uncompletely displayed.

examples:

this menu is cropped and looks ugly:

| m |

m _ MenuMorph new.
m add: '<yes> some action' action: #yourself.
m add: '<no> some other action' action: #yourself.
m add: 'too short !' action: #yourself.
m popUpInWorld


this menu is ok:

| m |

m _ MenuMorph new.
m add: '<yes> some action' action: #yourself.
m add: '<no> some other action' action: #yourself.
m add: 'this is quite long enough I think' action: #yourself.
m popUpInWorld



Stef




More information about the Squeak-dev mailing list