diff -r e65082256c46 -r c301d0caf97b UIPainterView.st --- a/UIPainterView.st Wed Feb 27 12:11:30 2008 +0100 +++ b/UIPainterView.st Wed Feb 27 16:03:11 2008 +0100 @@ -507,6 +507,15 @@ "Modified: / 10.10.2001 / 14:15:12 / cg" ! +pasteWithLayout + "add the objects in the paste-buffer to the object view" + + |sel| + + sel := self pasteSpecifications:(self getClipboardObject) keepLayout:true. + self changeSelectionAfterPasteOf:sel. +! + pasteWithoutLayout "add the objects in the paste-buffer to the object view"