UIPainterView.st
changeset 3055 db492f86c9b1
parent 3038 52374621e04b
child 3067 4fc07457aef3
--- a/UIPainterView.st	Thu Sep 05 15:39:42 2013 +0200
+++ b/UIPainterView.st	Sun Sep 08 14:38:43 2013 +0200
@@ -383,7 +383,7 @@
         pasteSpecifications:(self getClipboardObject)
         keepLayout:true
         keepPosition:true
-        at:nil.
+        at:#keep.
 
     self changeSelectionAfterPasteOf:sel.
 !
@@ -553,15 +553,16 @@
     "Modified: / 03-11-2010 / 07:20:06 / cg"
 !
 
-pasteSpecifications:aSpecificationOrList into:aContainerOrNil keepLayout:keepLayout keepPosition:keepPosition at:aPointOrNilOrKeep
+pasteSpecifications:aSpecificationOrList into:aContainerOrNil keepLayout:keepLayout keepPosition:keepPosition at:aPointOrNilOrKeep 
     "add the specs to the object view; returns list of pasted widgets"
-
-    ^ self pasteSpecifications:aSpecificationOrList
-                          into:aContainerOrNil
-                   beforeIndex:nil
-                    keepLayout:keepLayout
-                  keepPosition:keepPosition
-                            at:aPointOrNilOrKeep
+    
+    ^ self 
+        pasteSpecifications:aSpecificationOrList
+        into:aContainerOrNil
+        beforeIndex:nil
+        keepLayout:keepLayout
+        keepPosition:keepPosition
+        at:aPointOrNilOrKeep
 !
 
 pasteSpecifications:aSpecificationOrList keepLayout:keepLayout