The `runs==False` looks wrong, but I think it should cause a compile error, not 
do something weird at runtime like C/C++ would.

You could try sticking `print("Quitting")` in the `if e.type == QUIT` block. If 
it prints "Quitting" when you press the close button, try replacing it with 
`sys.exit()` and see if it quits.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1005#issuecomment-213811819

Reply via email to