From 84a9eecceca98a9df6f429ecb8d06c749ef292eb Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 17 Oct 2009 14:36:46 +0000 Subject: display coordinates --- (limited to 'tawindow.py') diff --git a/tawindow.py b/tawindow.py index 30ba715..e41af70 100644 --- a/tawindow.py +++ b/tawindow.py @@ -404,6 +404,7 @@ def button_release(tw, x, y, verbose=False): tw.turtle.ycor = tw.turtle.canvas.height/2-tw.turtle.spr.y+ \ tw.turtle.canvas.y-30 move_turtle(tw.turtle) + display_coordinates(tw) tw.draggroup = None return if tw.block_operation=='move' and hit(tw.category_spr, (x,y)): -- cgit v0.9.1