UIPainterView.st
changeset 1894 ce8fcfb4389a
parent 1878 6ae0cf83738f
child 1914 229b3e455c98
--- a/UIPainterView.st	Tue Oct 26 22:16:01 2004 +0200
+++ b/UIPainterView.st	Wed Nov 10 13:19:40 2004 +0100
@@ -537,7 +537,6 @@
 
     aView isNil ifTrue:[ ^ false ].
 
-(aView isKindOf:VerticalPanelView) ifTrue:[self halt].
     (prop := self propertyOfView:aView) notNil ifTrue:[
         ^ prop spec class supportsSubComponents
     ].