# HG changeset patch # User Claus Gittinger # Date 1362560547 -3600 # Node ID 7df17046fc89916d2942d88e270af8ff7c5fc139 # Parent 5eee0952532424e3542ccc112d56dc7f23a7ed84 class: UIPainterView changed: #findObjectAt: halts diff -r 5eee09525324 -r 7df17046fc89 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 !