changeset 680:c9562e24bfed pyntnclick

Don't propogate clicks on the close button
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 12 Feb 2012 23:10:00 +0200
parents fa168b5e2624
children 497b6d7c55e7
files pyntnclick/gamescreen.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pyntnclick/gamescreen.py	Sun Feb 12 23:06:44 2012 +0200
+++ b/pyntnclick/gamescreen.py	Sun Feb 12 23:10:00 2012 +0200
@@ -265,6 +265,7 @@
 
     def close_but(self, ev, widget):
         self.parent.clear_detail()
+        return True
 
     def end_game(self):
         self.parent.end_game()