Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Area.py
diff options
context:
space:
mode:
Diffstat (limited to 'Area.py')
-rw-r--r--Area.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Area.py b/Area.py
index 2c0b886..849751f 100644
--- a/Area.py
+++ b/Area.py
@@ -817,6 +817,7 @@ class Area(Gtk.DrawingArea):
if FALLBACK_FILL:
logging.debug('using python flood_fill')
+
def within(x, y):
if x < 0 or x >= width:
return False