From 07b9af05c81fc9a0c29b2ff6709c50dc7db39a64 Mon Sep 17 00:00:00 2001 From: Lincoln de Sousa Date: Tue, 12 Aug 2008 02:42:50 -0300 Subject: [PATCH] removing the queue_draw in Gzv.remove_fp, it was making the expose function draw a wrong image --- gzv.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.20.1