changed: #pasteSpecifications:keepLayout:
authorClaus Gittinger <cg@exept.de>
Mon, 19 Oct 2009 14:38:12 +0200
changeset 2627 07d40cde2ac9
parent 2626 3977750d7b4d
child 2628 57b363325368
changed: #pasteSpecifications:keepLayout: PASTE INTO THE SELECTION!
UIPainterView.st
--- a/UIPainterView.st	Mon Oct 19 14:21:42 2009 +0200
+++ b/UIPainterView.st	Mon Oct 19 14:38:12 2009 +0200
@@ -558,7 +558,7 @@
         pasteSpecifications:aSpecificationOrList
         keepLayout:keepLayout
         keepPosition:true
-        at:nil
+        at:#keep "/ nil
 
     "Modified: 11.8.1997 / 01:00:35 / cg"
 !
@@ -3068,6 +3068,10 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
 ! !
 
 UIPainterView initialize!