#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Mon, 02 May 2016 18:29:41 +0200
changeset 7327 c9b7921e8134
parent 7326 086645312963
child 7328 a3430e3e9533
child 7329 72f93ee8904e
#BUGFIX by cg class: WindowSensor changed: #notifyEventArrival:
WindowSensor.st
--- a/WindowSensor.st	Mon May 02 18:28:34 2016 +0200
+++ b/WindowSensor.st	Mon May 02 18:29:41 2016 +0200
@@ -1966,7 +1966,8 @@
         "/ AND the windowGroup process is being debugged,
         "/ then raise the debugger.
         evView notNil ifTrue:[
-            anEventOrNil isButtonPressEvent ifTrue:[
+            (anEventOrNil isButtonPressEvent 
+            or:[ anEventOrNil isKeyPressEvent]) ifTrue:[
                 mouseAndKeyboard size > 1 ifTrue:[
                     evView windowGroup notNil ifTrue:[
                         (wgProcess := evView windowGroup process) notNil ifTrue:[