Fix canPasteHolder
authorStefan Vogel <sv@exept.de>
Tue, 26 Feb 2008 19:10:46 +0100
changeset 2312 8b25e13ab035
parent 2311 67811bdeb0f5
child 2313 c60fe56ab5bf
Fix canPasteHolder
UIPainterView.st
--- a/UIPainterView.st	Tue Feb 26 18:39:28 2008 +0100
+++ b/UIPainterView.st	Tue Feb 26 19:10:46 2008 +0100
@@ -428,10 +428,7 @@
     ].
 
     (self canPaste:aSpecificationOrList into:containerToPasteInto)
-    "(self canPaste:aSpecificationOrList)" 
     ifFalse:[
-self halt.
-(self canPaste:aSpecificationOrList into:containerToPasteInto).
         Dialog warn:'Cannot paste into selected component (not a container ?)'.
         ^ nil
     ].