From 2471a55e7f18055f084925dba558e54404c95b8b Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 02 Jul 2007 10:39:16 +0000 Subject: Reposition palette after expanding it. --- 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) -- cgit v0.9.1