#BUGFIX by exept
authorClaus Gittinger <cg@exept.de>
Thu, 12 Sep 2019 22:50:35 +0200
changeset 8801 5e7b7a640812
parent 8800 03cc2eb3c798
child 8802 9af7e3a20315
#BUGFIX by exept class: WindowEvent::KeyboardEvent changed: #rawKey
WindowEvent.st
--- a/WindowEvent.st	Mon Sep 09 00:59:53 2019 +0200
+++ b/WindowEvent.st	Thu Sep 12 22:50:35 2019 +0200
@@ -1550,6 +1550,7 @@
 !
 
 rawKey
+    rawKey isNil ifTrue:[^ self key].
     ^ rawKey
 
     "Created: 4.4.1997 / 13:47:15 / cg"