Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArtActivity.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-07-18 18:01:54 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-07-18 18:01:54 (GMT)
commit0f2b38153bf78c097f764697fb80a322026e682e (patch)
tree8f07be94caf9108940b10a77bbaa764b8aa9e0b8 /TurtleArtActivity.py
parente2ff892ef5bcca7fabbebd621ab3043af1ab4492 (diff)
reverted accelerator-key work around (#2050) in light of #2986
Diffstat (limited to 'TurtleArtActivity.py')
-rw-r--r--TurtleArtActivity.py10
1 files changed, 2 insertions, 8 deletions
diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py
index 69bb506..7076179 100644
--- a/TurtleArtActivity.py
+++ b/TurtleArtActivity.py
@@ -587,15 +587,9 @@ class TurtleArtActivity(activity.Activity):
view_toolbar.show()
help_toolbar.show()
self._toolbox.show()
- # Setup palette toolbar only *after* initializing the plugins
-
- if self.has_toolbarbox:
- # Hack as a workaround for #2050
- edit_toolbar_button.set_expanded(True)
- edit_toolbar_button.set_expanded(False)
- self._palette_toolbar_button.set_expanded(True)
- else:
+ # Setup palette toolbar only *after* initializing the plugins
+ if not self.has_toolbarbox:
self._toolbox.set_current_toolbar(1)
def _setup_palette_toolbar(self):