SimpleView.st
changeset 8258 b80bc4ef7fd3
parent 8256 22fb0723dcc6
child 8273 e3cd70127655
--- a/SimpleView.st	Thu Jan 18 16:43:55 2018 +0100
+++ b/SimpleView.st	Thu Jan 18 17:02:13 2018 +0100
@@ -11902,7 +11902,7 @@
 
     self withCursor:(Cursor cross) do:[
         self beepInEditor.
-        Processor activeProcess millisecondDelay:200.
+        Delay waitForMilliseconds:200.
     ]
 !