changed #pasteWithoutLayout
authorClaus Gittinger <cg@exept.de>
Mon, 23 Jun 2008 19:25:57 +0200
changeset 2367 6684f50b22cd
parent 2366 69ed2aeb7e3d
child 2368 99f14af1d5ec
changed #pasteWithoutLayout
UIPainterView.st
--- a/UIPainterView.st	Mon Jun 23 19:25:26 2008 +0200
+++ b/UIPainterView.st	Mon Jun 23 19:25:57 2008 +0200
@@ -537,7 +537,11 @@
 
     |sel|
 
-    sel := self pasteSpecifications:(self getClipboardObject) keepLayout:false.
+    sel := self 
+            pasteSpecifications:(self getClipboardObject)
+            keepLayout:false
+            keepPosition:true
+            at:#keep.
     self changeSelectionAfterPasteOf:sel.
 !