diff -r ce8fcfb4389a -r b7d6683ebaca UIObjectView.st --- a/UIObjectView.st Wed Nov 10 13:19:40 2004 +0100 +++ b/UIObjectView.st Thu Nov 11 10:12:57 2004 +0100 @@ -556,8 +556,9 @@ processEvent:anEvent "catch expose events for components, and redraw its handles after - the redraw when this happens - " + the redraw when this happens. + Return true, if I have eaten the event" + |evView x y p| self testMode ifTrue:[^ false].