Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TurtleArt/tawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py
index 2097c4b..97c70f3 100644
--- a/TurtleArt/tawindow.py
+++ b/TurtleArt/tawindow.py
@@ -541,7 +541,7 @@ class TurtleArtWindow():
def stop_button(self):
''' Stop button '''
self.lc.stop_logo()
- self._stop_plugins()
+ # self._stop_plugins()
def set_userdefined(self, blk=None):
''' Change icon for user-defined blocks after loading Python code. '''