EditTextViewCompletionSupport.st
changeset 6433 fa1517a0ad10
parent 6432 03625766b591
child 6594 c347f9e598d7
--- a/EditTextViewCompletionSupport.st	Fri Sep 14 22:20:46 2018 +0200
+++ b/EditTextViewCompletionSupport.st	Sat Sep 15 12:43:55 2018 +0200
@@ -269,14 +269,14 @@
                     ].
                 ].
             ] ifCurtailed:[
-                completionView notNil ifTrue:[
-                    completionView topView destroy
-                ].    
+                "/ completionView notNil ifTrue:[
+                "/    completionView topView destroy
+                "/ ].    
             ].    
         ] forkAt:(Processor activePriority - 1).
 
     "Modified: / 26-09-2013 / 17:36:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 14-09-2018 / 22:05:12 / Claus Gittinger"
+    "Modified: / 15-09-2018 / 12:40:59 / Claus Gittinger"
 !
 
 stopCompletionProcess