UIObjectView.st
changeset 2550 53294c69f292
parent 2548 c3ee3b652ef7
child 2554 226127373d77
--- a/UIObjectView.st	Sun May 31 20:24:00 2009 +0200
+++ b/UIObjectView.st	Sun May 31 20:25:26 2009 +0200
@@ -596,7 +596,7 @@
     (widget isComponentOf:self) ifFalse:[
         ^ false
     ].
-self halt.
+
     "/ eat most of my events
     anEvent isPointerEnterLeaveEvent ifTrue:[^ true. ^ false].
     anEvent isKeyboardFocusEvent ifTrue:[^ true. ^ false].