Comment 9 for bug 1459529

Revision history for this message
SirVer (sirver) wrote :

The problem here is that switching in the menus will not resize and relayout the menus. Fixing this would require recoding all menus to have a relayout() method that creates the actual UI elements. Right now all of them do it in the constructor. What to do here?