Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sugar/graphics/palette.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sugar/graphics/palette.py b/sugar/graphics/palette.py
index 994983c..ef1a61c 100644
--- a/sugar/graphics/palette.py
+++ b/sugar/graphics/palette.py
@@ -315,6 +315,8 @@ class _SecondaryAnimation(animator.Animation):
if not self._palette._button_bar.is_empty():
self._palette._button_bar.show()
+ self._palette._show()
+
class _PopdownAnimation(animator.Animation):
def __init__(self, palette):
animator.Animation.__init__(self, 0.0, 1.0)