Try to handle the case when the frame cover the activity window.

This commit is contained in:
Marco Pesenti Gritti
2007-10-23 15:49:19 +02:00
parent 7fd05154d3
commit 3b57c5f247
2 changed files with 11 additions and 5 deletions
+2
View File
@@ -184,6 +184,8 @@ class Frame(object):
if self._animator:
self._animator.stop()
self._shell.take_activity_screenshot()
self._animator = animator.Animator(0.5)
self._animator.add(_Animation(self, 1.0))
self._animator.start()