From 8c53a00d55b1f9a5264705293fef5d4c9ed5266f Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Wed, 28 Nov 2012 10:43:40 +0000 Subject: Fix "Paint cut/paste duplicates first pasted item in top-left corner." - SL #4250 Signed-of-by: Gonzalo Odiard --- diff --git a/Area.py b/Area.py index e7d4100..48f9757 100644 --- a/Area.py +++ b/Area.py @@ -1082,7 +1082,6 @@ class Area(Gtk.DrawingArea): if clipBoard.wait_is_image_available(): logging.error('Area.paste(self): Wait is image available') - self.getout(True) pixbuf_sel = clipBoard.wait_for_image() self.load_pixbuf(pixbuf_sel) self.pending_clean_selection_background = False -- cgit v0.9.1