EditTextView.st
changeset 5773 ec46173c74e1
parent 5769 32db0c4a851c
child 5774 3a1531b4c933
--- a/EditTextView.st	Thu Jun 30 11:15:38 2016 +0200
+++ b/EditTextView.st	Thu Jun 30 11:15:58 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
@@ -5766,7 +5764,7 @@
             "/ this is done BEFORE the buttonPress event is delivered.
             "/ therefore, allow for the activate of the completionMenu and it's button event to be processed.
             "/ before forcing it to be closed...
-            Processor addTimedBlock:[completionSupport editViewLostFocus] afterMilliseconds:200.
+            completionSupport startTimeoutForEditViewLostFocus.
         ].
     ].