UIPainterView.st
changeset 2367 6684f50b22cd
parent 2366 69ed2aeb7e3d
child 2369 98871b82aa87
--- 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.
 !