class: UIPainterView
authorClaus Gittinger <cg@exept.de>
Wed, 06 Mar 2013 10:02:27 +0100
changeset 2963 7df17046fc89
parent 2962 5eee09525324
child 2964 44fd164ad253
class: UIPainterView changed: #findObjectAt: halts
UIPainterView.st
--- a/UIPainterView.st	Wed Mar 06 10:01:59 2013 +0100
+++ b/UIPainterView.st	Wed Mar 06 10:02:27 2013 +0100
@@ -2183,7 +2183,7 @@
     "/ stupid check, if I know about this view
     prop := self propertyOfView:view.
     prop notNil ifTrue:[^ prop view].
-self halt.
+    self halt:'nil property'.
     ^ nil
 !