EditTextViewCompletionSupport.st
changeset 6722 e302ad05e8c1
parent 6721 1cd09d31cb4a
child 6734 e8d5a97c068c
--- a/EditTextViewCompletionSupport.st	Thu Oct 24 18:45:44 2019 +0200
+++ b/EditTextViewCompletionSupport.st	Tue Oct 29 18:36:50 2019 +0100
@@ -436,10 +436,10 @@
     |v|
 
     (v := completionView) notNil ifTrue:[
-        completionView := nil.
+        "/ completionView := nil.
 
         "/ let it close itself - avoids synchronization problems
-        v sensor pushAction:[ v topView destroy ]
+        v sensor pushAction:[ completionView := nil. v topView destroy ]
     ].
 
     "Modified (format): / 14-09-2018 / 22:08:05 / Claus Gittinger"