[hamster-applet] fixed bug 615338 - glitch in graphics lib regards waiting for the window



commit 5dd38415494395436e9ebf80433fcbd199120217
Author: Toms Bauģis <toms baugis gmail com>
Date:   Fri May 14 22:36:39 2010 +0100

    fixed bug 615338 - glitch in graphics lib regards waiting for the window

 src/hamster/graphics.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/hamster/graphics.py b/src/hamster/graphics.py
index eb17976..de24254 100644
--- a/src/hamster/graphics.py
+++ b/src/hamster/graphics.py
@@ -832,9 +832,6 @@ class Scene(gtk.DrawingArea):
 
     # animation bits
     def __interpolate(self):
-        if not self.window: #will wait until window comes
-            return True
-
         if self.tweener:
             self.tweener.update((dt.datetime.now() - self._last_frame_time).microseconds / 1000000.0)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]