Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-11-28 10:43:40 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-11-28 10:43:40 (GMT)
commit8c53a00d55b1f9a5264705293fef5d4c9ed5266f (patch)
treef4cec89b4919f9703fb96f16104afbcff9d53104
parent00d8aedfbf5fb075baa2ae431cf567db4ef1e81c (diff)
Fix "Paint cut/paste duplicates first pasted item in top-left corner." - SL #4250
Signed-of-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--Area.py1
1 files changed, 0 insertions, 1 deletions
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