Reposition palette after expanding it.
This commit is contained in:
parent
bd27488f0d
commit
2471a55e7f
@ -315,6 +315,8 @@ class _SecondaryAnimation(animator.Animation):
|
|||||||
if not self._palette._button_bar.is_empty():
|
if not self._palette._button_bar.is_empty():
|
||||||
self._palette._button_bar.show()
|
self._palette._button_bar.show()
|
||||||
|
|
||||||
|
self._palette._show()
|
||||||
|
|
||||||
class _PopdownAnimation(animator.Animation):
|
class _PopdownAnimation(animator.Animation):
|
||||||
def __init__(self, palette):
|
def __init__(self, palette):
|
||||||
animator.Animation.__init__(self, 0.0, 1.0)
|
animator.Animation.__init__(self, 0.0, 1.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user