From 53050dc64ad08663aa11d015994b243af3447332 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 23 Feb 2013 17:57:02 +0000 Subject: swap between palette toolbar and palette palette depending upon rotation mode --- (limited to 'TurtleArt') 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', -- cgit v0.9.1