Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tawindow.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-12-08 23:27:54 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-12-08 23:27:54 (GMT)
commit2889ec1ba35a52080d26978e60722d881a3c6265 (patch)
tree1c901dc54852d8da2d38277b555972f7fb30c50d /TurtleArt/tawindow.py
parent5b97c30ecc6e137c4ab41ef8866f04a5ebd58c0f (diff)
set running_blocks flag to False after running completes
Diffstat (limited to 'TurtleArt/tawindow.py')
-rw-r--r--TurtleArt/tawindow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py
index 7650fba..2fa1481 100644
--- a/TurtleArt/tawindow.py
+++ b/TurtleArt/tawindow.py
@@ -3246,6 +3246,7 @@ before making changes to your program'))
else:
while self.lc.doevalstep():
pass
+ self.running_blocks = False
def _snap_to_dock(self):
''' Snap a block (selected_block) to the dock of another block