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.bender@gmail.com>2013-02-23 17:57:02 (GMT)
committer Walter Bender <walter.bender@gmail.com>2013-02-23 17:57:02 (GMT)
commit53050dc64ad08663aa11d015994b243af3447332 (patch)
tree38c07cfdb3fcecfc2ea8c066953c0833eccb198e /TurtleArt/tawindow.py
parent6af4037ef68b2fa26803b18266b0c891f4c47ad8 (diff)
swap between palette toolbar and palette palette depending upon rotation mode
Diffstat (limited to 'TurtleArt/tawindow.py')
-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',