oops - a halt
authorClaus Gittinger <cg@exept.de>
Sun, 31 May 2009 20:25:26 +0200
changeset 2550 53294c69f292
parent 2549 55c5ca5f8689
child 2551 9f95bababe1b
oops - a halt
UIObjectView.st
--- 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].