You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Giggle. I've no idea if you can do it. I've no idea if it is still a problem. We do not assign issues or direct work. We'll accept a working fix from anyone, regardless of the effort of others before them.
Resize causes execution recursion, may eventually fail, and leaves a process running after stop.
While in the Pygame main loop
run()
, a display resize event is handled byGtk.main_iteration()
which calls__configure_cb
which callsrun()
again.Can be proven by adding a traceback in the
size-changed
handler;Activity process keeps running because there is only one
QUIT
event and thegoing
state is local to each instance ofrun()
.The text was updated successfully, but these errors were encountered: