BruceSherwood/vpython-wx

Cursor over display in widgets.py causes re-run failure

Closed this issue · 1 comments

Run the example program widgets.py. Click the editor window, then place the mouse over the 3D display in the execution window and hit F5. The program restarts without the 3D display, which is very strange.

Fixed. The problem was that in create_display.py the _activate function was called both by this Python code AND by the C++ code in display_kernel.cpp. Whew!