removing the queue_draw in Gzv.remove_fp, it was making the
authorLincoln de Sousa <lincoln@minaslivre.org>
Tue, 12 Aug 2008 05:42:50 +0000 (02:42 -0300)
committerLincoln de Sousa <lincoln@minaslivre.org>
Tue, 12 Aug 2008 05:42:50 +0000 (02:42 -0300)
expose function draw a wrong image

gzv.py

diff --git a/gzv.py b/gzv.py
index 14e0a2b..90e6bb8 100644 (file)
--- a/gzv.py
+++ b/gzv.py
@@ -267,7 +267,6 @@ class Gzv(GladeLoader):
                 if i.position == int(position):
                     self.balls.remove(i)
             del model[path]
-            self.draw.queue_draw()
 
     def save_fp_list(self, *args):
         assert self.project is not None