Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-02 10:39:16 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-02 10:39:16 (GMT)
commit2471a55e7f18055f084925dba558e54404c95b8b (patch)
tree7578b0e290b8679b6c6d5d3097f38dfbff6a2bc4
parentbd27488f0d6baf6d8142d2dc6f8a3adaf656f584 (diff)
Reposition palette after expanding it.
-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)