From: Lincoln de Sousa Date: Tue, 12 Aug 2008 05:42:50 +0000 (-0300) Subject: removing the queue_draw in Gzv.remove_fp, it was making the X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fmovie.git;a=commitdiff_plain;h=07b9af05c81fc9a0c29b2ff6709c50dc7db39a64 removing the queue_draw in Gzv.remove_fp, it was making the expose function draw a wrong image --- diff --git a/gzv.py b/gzv.py index 14e0a2b..90e6bb8 100644 --- 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