BruceSherwood/vpython-wx

menus=False problem

Closed this issue · 1 comments

A user reports this behavior: I want to create a widgets window without a menubar. For this purpose, I changed "menus=True" to "menus=False" on line 68 of the example program widgets.py and also commented out any other code related to menubar (from line 107 to line 123). When I run this code, window is created but there is nothing shown in it until I resize the window.

Fixed by commit of 2014 July 6