Status: Accepted Owner: [email protected] Labels: Milestone-1.3
New issue 3789 by [email protected]: convert MenuMorph reference to invoke UIManager
http://code.google.com/p/pharo/issues/detail?id=3789 subMenu := MenuMorph new defaultTarget: self. should be turned into subMenu := UIManager default newMenuIn: self for: self.newMenuIn: <owner> like a pane for example for: receiver of the menu actions.
This is related to issue: 3728
