Workspace.st
changeset 4716 a9c9e68cd628
parent 4714 51632062269b
child 4717 cabfcd0e5737
--- a/Workspace.st	Sun Sep 01 02:38:16 2013 +0200
+++ b/Workspace.st	Sun Sep 01 14:01:55 2013 +0200
@@ -2197,6 +2197,10 @@
 handleKeyPress:key x:x y:y
     "return true, if I have eaten this keypress"
 
+    (completionView isNil or:[completionView realized not]) ifTrue:[
+        ^ false.
+    ].
+
     key isCharacter ifFalse:[
         "/ forward to menu
         completionView notNil ifTrue:[
@@ -2468,10 +2472,10 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.282 2013-08-31 23:43:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.283 2013-09-01 12:01:55 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.282 2013-08-31 23:43:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.283 2013-09-01 12:01:55 cg Exp $'
 ! !