removing the queue_draw in Gzv.remove_fp, it was making the
[cascardo/movie.git] / 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