UIObjectView.st
changeset 3015 194582b8825f
parent 3011 ceaec66469ff
child 3019 8f9d189e1c21
equal deleted inserted replaced
3014:05208490cea6 3015:194582b8825f
  1419 ! !
  1419 ! !
  1420 
  1420 
  1421 !UIObjectView methodsFor:'searching'!
  1421 !UIObjectView methodsFor:'searching'!
  1422 
  1422 
  1423 findObjectAt:aPoint
  1423 findObjectAt:aPoint
  1424     |view viewId lastId point component componentOrView|
  1424     |componentOrView|
  1425 
  1425 
  1426     componentOrView := self findObjectAt:aPoint in:self.
  1426     componentOrView := self findObjectAt:aPoint in:self.
  1427 
  1427 
  1428     componentOrView == self ifTrue:[^ nil].
  1428     componentOrView == self ifTrue:[^ nil].
  1429     ^ componentOrView.
  1429     ^ componentOrView.