Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt')
-rw-r--r--TurtleArt/tawindow.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py
index 2342ab0..56bc960 100644
--- a/TurtleArt/tawindow.py
+++ b/TurtleArt/tawindow.py
@@ -502,6 +502,8 @@ class TurtleArtWindow():
if event is None:
return
+ self.activity.check_buttons_for_fit()
+
# If there are any constant blocks on the canvas, relabel them
for blk in self.just_blocks():
if blk.name in ['leftpos', 'toppos', 'rightpos', 'bottompos',