Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tawindow.py')
-rw-r--r--TurtleArt/tawindow.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py
index db24d08..09b9b30 100644
--- a/TurtleArt/tawindow.py
+++ b/TurtleArt/tawindow.py
@@ -359,6 +359,7 @@ class TurtleArtWindow():
font_map_default.set_resolution(dpi)
def _tablet_mode(self):
+ ''' DEPRECATED '''
return False # Sugar will autoscroll the window for me
def _get_plugin_home(self):
@@ -3278,7 +3279,7 @@ before making changes to your program'))
else:
while self.lc.doevalstep():
pass
- self.running_blocks = False
+ # self.running_blocks = False # Should be handled in talogo.py
def _snap_to_dock(self):
''' Snap a block (selected_block) to the dock of another block